#AB861E

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

Shades of Hacienda #AB861E

Tints of Hacienda #AB861E

Color information

#AB861E (or 0xAB861E) is unknown color: approx Hacienda. HEX triplet: AB, 86 and 1E. RGB value is (171,134,30). Sum of RGB (Red+Green+Blue) = 171+134+30=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB861E is #5479E1. Grayscale: #858585. Windows color (decimal): -5536226 or 2000555. OLE color: 2000555.

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

Color convert

RGB17113430-
CMYK00.220.820.33
HSL44.26º70.15%39.41%-
HSV(B)44.26º82.46%67.06%-
XYZ25.5525.84.86-
YUV133.2169.76154.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 30 (12.11% from 255) = 8.96%
R=51.04%
G=40%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711343000.220.820.3344.2670.1539.41
HexAB861E01652212c4627
Octal25320636026122415410647
Binary10101011100001101111001011010100101000011011001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB861E; }

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

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

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

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

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

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

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

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