Html Css Color HEX #AB871A Hacienda

📋 copy color: '#AB871A'

red 171 ◦ green 135 ◦ blue 26

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

Shades of Hacienda #AB871A

Tints of Hacienda #AB871A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 51.51%
G = 40.66%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB871A (or 0xAB871A) is known color: Hacienda. HEX triplet: AB, 87 and 1A. RGB value is (171,135,26). Sum of RGB (Red+Green+Blue) = 171+135+26=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB871A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB871A is #5478E5. Grayscale: #858585. Windows color (decimal): -5535974 or 1738667. OLE color: 1738667.

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

Color convert

RGB 171 135 26 -
CMYK 0 0.21 0.85 0.33
HSL 45.1º 0.74% 0.39% -
HSV(B) 45.1º 0.85% 0.67% -
XYZ 25.65 26.06 4.66 -
YUV 133.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 171 135 26 0 0.21 0.85 0.33 45.1 0.74 0.39
Hex AB 87 1A 0 15 55 21 2D 4A 27
Octal 253 207 32 0 25 125 41 55 112 47
Binary 10101011 10000111 11010 0 10101 1010101 100001 101101 1001010 100111

Color Harmonies of #AB871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB871A

Black with #AB871A

Text Example


Text Example

White with #AB871A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB871A; }

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

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

background-color css

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

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

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

border-color css

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

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

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