Html Css Color HEX #AB871B Hacienda

📋 copy color: '#AB871B'

red 171 ◦ green 135 ◦ blue 27

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

Shades of Hacienda #AB871B

Tints of Hacienda #AB871B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 51.35%
G = 40.54%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB871B (or 0xAB871B) is known color: Hacienda. HEX triplet: AB, 87 and 1B. RGB value is (171,135,27). Sum of RGB (Red+Green+Blue) = 171+135+27=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB871B is #5478E4. Grayscale: #858585. Windows color (decimal): -5535973 or 1804203. OLE color: 1804203.

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

Color convert

RGB 171 135 27 -
CMYK 0 0.21 0.84 0.33
HSL 45º 0.73% 0.39% -
HSV(B) 45º 0.84% 0.67% -
XYZ 25.66 26.07 4.72 -
YUV 133.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 171 135 27 0 0.21 0.84 0.33 45 0.73 0.39
Hex AB 87 1B 0 15 54 21 2D 49 27
Octal 253 207 33 0 25 124 41 55 111 47
Binary 10101011 10000111 11011 0 10101 1010100 100001 101101 1001001 100111

Color Harmonies of #AB871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB871B

Black with #AB871B

Text Example


Text Example

White with #AB871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB871B; }

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

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

background-color css

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

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

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

border-color css

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

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

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