Html Css Color HEX #AB861F Hacienda

📋 copy color: '#AB861F'

red 171 ◦ green 134 ◦ blue 31

#AB861F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #AB861F

Tints of Hacienda #AB861F

RGB

 RED value IS 171 (67.19% from 255) = 50.89%

 GREEN value IS 134 (52.73% from 255) = 39.88%

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 50.89%
G = 39.88%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB861F (or 0xAB861F) is known color: Hacienda. HEX triplet: AB, 86 and 1F. RGB value is (171,134,31). Sum of RGB (Red+Green+Blue) = 171+134+31=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB861F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB861F is #5479E0. Grayscale: #858585. Windows color (decimal): -5536225 or 2066091. OLE color: 2066091.

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

Color convert

RGB 171 134 31 -
CMYK 0 0.22 0.82 0.33
HSL 44.14º 0.69% 0.4% -
HSV(B) 44.14º 0.82% 0.67% -
XYZ 25.57 25.81 4.93 -
YUV 133.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 171 134 31 0 0.22 0.82 0.33 44.14 0.69 0.4
Hex AB 86 1F 0 16 52 21 2C 45 28
Octal 253 206 37 0 26 122 41 54 105 50
Binary 10101011 10000110 11111 0 10110 1010010 100001 101100 1000101 101000

Color Harmonies of #AB861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB861F

Black with #AB861F

Text Example


Text Example

White with #AB861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB861F; }

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

 H1.HeaderClassName
 {
   color: #AB861F;
 }
 .AnyTagClassName
 {
   color: #AB861F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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