#AB7F1B

Color #AB7F1B Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #AB7F1B

Tints of Hacienda #AB7F1B

Color information

#AB7F1B (or 0xAB7F1B) is unknown color: approx Hacienda. HEX triplet: AB, 7F and 1B. RGB value is (171,127,27). Sum of RGB (Red+Green+Blue) = 171+127+27=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7F1B is #5480E4. Grayscale: #818181. Windows color (decimal): -5538021 or 1802155. OLE color: 1802155.

HSL color Cylindrical-coordinate representation of color #AB7F1B: hue angle of 41.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB7F1B is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17112727-
CMYK00.260.840.33
HSL41.67º72.73%38.82%-
HSV(B)41.67º84.21%67.06%-
XYZ24.5823.924.36-
YUV128.7670.58158.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 27 (10.94% from 255) = 8.31%
R=52.62%
G=39.08%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711272700.260.840.3341.6772.7338.82
HexAB7F1B01A54212a4927
Octal25317733032124415211147
Binary1010101111111111101101101010101001000011010101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F1B; }

 p { color: rgb(171,127,27); }

 H1.HeaderClassName
 {
   color: #AB7F1B;
 }
 .AnyTagClassName
 {
   color: #AB7F1B;
 }
</style>
background-color css

<style>
 a { background-color: #AB7F1B; }

 a { background-color: rgb(171,127,27); }

 div.DivClassName
 {
   background-color: #AB7F1B;
 }
 .BgClassName
 {
   background-color: #AB7F1B;
 }
</style>
border-color css

<style>
 span { border-color: #AB7F1B; }

 span { border-color: rgb(171,127,27); }

 td.TdClassName
 {
   border-color: #AB7F1B;
 }
 .TagClassName
 {
   border-color: #AB7F1B;
 }
</style>