Html Css Color HEX #AB881E Hacienda

📋 copy color: '#AB881E'

red 171 ◦ green 136 ◦ blue 30

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

Shades of Hacienda #AB881E

Tints of Hacienda #AB881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.36%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 50.74%
G = 40.36%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB881E (or 0xAB881E) is known color: Hacienda. HEX triplet: AB, 88 and 1E. RGB value is (171,136,30). Sum of RGB (Red+Green+Blue) = 171+136+30=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB881E is #5477E1. Grayscale: #868686. Windows color (decimal): -5535714 or 2001067. OLE color: 2001067.

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

Color convert

RGB 171 136 30 -
CMYK 0 0.20 0.82 0.33
HSL 45.11º 0.7% 0.39% -
HSV(B) 45.11º 0.82% 0.67% -
XYZ 25.83 26.36 4.95 -
YUV 134.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 171 136 30 0 0.20 0.82 0.33 45.11 0.7 0.39
Hex AB 88 1E 0 14 52 21 2D 46 27
Octal 253 210 36 0 24 122 41 55 106 47
Binary 10101011 10001000 11110 0 10100 1010010 100001 101101 1000110 100111

Color Harmonies of #AB881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB881E

Black with #AB881E

Text Example


Text Example

White with #AB881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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