#AB7D1E

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

Shades of Hacienda #AB7D1E

Tints of Hacienda #AB7D1E

Color information

#AB7D1E (or 0xAB7D1E) is unknown color: approx Hacienda. HEX triplet: AB, 7D and 1E. RGB value is (171,125,30). Sum of RGB (Red+Green+Blue) = 171+125+30=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D1E is #5482E1. Grayscale: #808080. Windows color (decimal): -5538530 or 1998251. OLE color: 1998251.

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

Color convert

RGB17112530-
CMYK00.270.820.33
HSL40.43º70.15%39.41%-
HSV(B)40.43º82.46%67.06%-
XYZ24.3623.424.46-
YUV127.9272.74158.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 125 (49.22% from 255) = 38.34%
BLUE value IS 30 (12.11% from 255) = 9.20%
R=52.45%
G=38.34%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711253000.270.820.3340.4370.1539.41
HexAB7D1E01B5221284627
Octal25317536033122415010647
Binary1010101111111011111001101110100101000011010001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D1E; }

 p { color: rgb(171,125,30); }

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

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

 a { background-color: rgb(171,125,30); }

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

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

 span { border-color: rgb(171,125,30); }

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