#AB7E1A

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

Shades of Hacienda #AB7E1A

Tints of Hacienda #AB7E1A

Color information

#AB7E1A (or 0xAB7E1A) is unknown color: approx Hacienda. HEX triplet: AB, 7E and 1A. RGB value is (171,126,26). Sum of RGB (Red+Green+Blue) = 171+126+26=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7E1A is #5481E5. Grayscale: #808080. Windows color (decimal): -5538278 or 1736363. OLE color: 1736363.

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

Color convert

RGB17112626-
CMYK00.260.850.33
HSL41.38º73.6%38.63%-
HSV(B)41.38º84.8%67.06%-
XYZ24.4423.654.25-
YUV128.0570.41158.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 26 (10.55% from 255) = 8.05%
R=52.94%
G=39.01%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711262600.260.850.3341.3873.638.63
HexAB7E1A01A5521294a27
Octal25317632032125415111247
Binary1010101111111101101001101010101011000011010011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E1A; }

 p { color: rgb(171,126,26); }

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

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

 a { background-color: rgb(171,126,26); }

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

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

 span { border-color: rgb(171,126,26); }

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