Html Css Color HEX #AB871F Hacienda

📋 copy color: '#AB871F'

red 171 ◦ green 135 ◦ blue 31

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

Shades of Hacienda #AB871F

Tints of Hacienda #AB871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.06%

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

R = 50.74%
G = 40.06%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB871F (or 0xAB871F) is known color: Hacienda. HEX triplet: AB, 87 and 1F. RGB value is (171,135,31). Sum of RGB (Red+Green+Blue) = 171+135+31=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB871F is #5478E0. Grayscale: #868686. Windows color (decimal): -5535969 or 2066347. OLE color: 2066347.

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

Color convert

RGB 171 135 31 -
CMYK 0 0.21 0.82 0.33
HSL 44.57º 0.69% 0.4% -
HSV(B) 44.57º 0.82% 0.67% -
XYZ 25.71 26.08 4.98 -
YUV 133.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 171 135 31 0 0.21 0.82 0.33 44.57 0.69 0.4
Hex AB 87 1F 0 15 52 21 2D 45 28
Octal 253 207 37 0 25 122 41 55 105 50
Binary 10101011 10000111 11111 0 10101 1010010 100001 101101 1000101 101000

Color Harmonies of #AB871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB871F

Black with #AB871F

Text Example


Text Example

White with #AB871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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