#ab7f1c

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

Shades of Hacienda #AB7F1C

Tints of Hacienda #AB7F1C

Color information

#AB7F1C (or 0xAB7F1C) is unknown color: approx Hacienda. HEX triplet: AB, 7F and 1C. RGB value is (171,127,28). Sum of RGB (Red+Green+Blue) = 171+127+28=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7F1C is #5480E3. Grayscale: #818181. Windows color (decimal): -5538020 or 1867691. OLE color: 1867691.

HSL color Cylindrical-coordinate representation of color #AB7F1C: hue angle of 41.54º degrees, saturation: 0.72, 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 #AB7F1C is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17112728-
CMYK00.260.840.33
HSL41.54º71.86%39.02%-
HSV(B)41.54º83.63%67.06%-
XYZ24.5923.924.42-
YUV128.8771.08158.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 28 (11.33% from 255) = 8.59%
R=52.45%
G=38.96%
B=8.59%

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
Decimal1711272800.260.840.3341.5471.8639.02
HexAB7F1C01A54212a4827
Octal25317734032124415211047
Binary1010101111111111110001101010101001000011010101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab7f1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab7f1c; }

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

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

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

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

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

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

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

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