Html Css Color HEX #AB7E21 Hacienda

📋 copy color: '#AB7E21'

red 171 ◦ green 126 ◦ blue 33

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

Shades of Hacienda #AB7E21

Tints of Hacienda #AB7E21

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.18%

 BLUE value IS 33 (13.28% from 255) = 10%

R = 51.82%
G = 38.18%
B = 10%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB7E21 (or 0xAB7E21) is known color: Hacienda. HEX triplet: AB, 7E and 21. RGB value is (171,126,33). Sum of RGB (Red+Green+Blue) = 171+126+33=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7E21 is #5481DE. Grayscale: #818181. Windows color (decimal): -5538271 or 2195115. OLE color: 2195115.

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

Color convert

RGB 171 126 33 -
CMYK 0 0.26 0.81 0.33
HSL 40.43º 0.68% 0.4% -
HSV(B) 40.43º 0.81% 0.67% -
XYZ 24.53 23.69 4.72 -
YUV 128.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 171 126 33 0 0.26 0.81 0.33 40.43 0.68 0.4
Hex AB 7E 21 0 1A 51 21 28 44 28
Octal 253 176 41 0 32 121 41 50 104 50
Binary 10101011 1111110 100001 0 11010 1010001 100001 101000 1000100 101000

Color Harmonies of #AB7E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E21

Black with #AB7E21

Text Example


Text Example

White with #AB7E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E21; }

 p { color: rgb(171,126,33); }

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

background-color css

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

 a { background-color: rgb(171,126,33); }

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

border-color css

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

 span { border-color: rgb(171,126,33); }

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