#AB861A

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

Shades of Hacienda #AB861A

Tints of Hacienda #AB861A

Color information

#AB861A (or 0xAB861A) is unknown color: approx Hacienda. HEX triplet: AB, 86 and 1A. RGB value is (171,134,26). Sum of RGB (Red+Green+Blue) = 171+134+26=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB861A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB861A is #5479E5. Grayscale: #858585. Windows color (decimal): -5536230 or 1738411. OLE color: 1738411.

HSL color Cylindrical-coordinate representation of color #AB861A: hue angle of 44.69º 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 #AB861A is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB17113426-
CMYK00.220.850.33
HSL44.69º73.6%38.63%-
HSV(B)44.69º84.8%67.06%-
XYZ25.5125.784.61-
YUV132.7567.76155.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 26 (10.55% from 255) = 7.85%
R=51.66%
G=40.48%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711342600.220.850.3344.6973.638.63
HexAB861A01655212d4a27
Octal25320632026125415511247
Binary10101011100001101101001011010101011000011011011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB861A; }

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

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

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

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

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

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

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

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