Html Css Color HEX #AB7D21 Hacienda

📋 copy color: '#AB7D21'

red 171 ◦ green 125 ◦ blue 33

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

Shades of Hacienda #AB7D21

Tints of Hacienda #AB7D21

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

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

R = 51.98%
G = 37.99%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB7D21 (or 0xAB7D21) is known color: Hacienda. HEX triplet: AB, 7D and 21. RGB value is (171,125,33). Sum of RGB (Red+Green+Blue) = 171+125+33=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D21 is #5482DE. Grayscale: #808080. Windows color (decimal): -5538527 or 2194859. OLE color: 2194859.

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

Color convert

RGB 171 125 33 -
CMYK 0 0.27 0.81 0.33
HSL 40º 0.68% 0.4% -
HSV(B) 40º 0.81% 0.67% -
XYZ 24.4 23.43 4.68 -
YUV 128.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 171 125 33 0 0.27 0.81 0.33 40 0.68 0.4
Hex AB 7D 21 0 1B 51 21 28 44 28
Octal 253 175 41 0 33 121 41 50 104 50
Binary 10101011 1111101 100001 0 11011 1010001 100001 101000 1000100 101000

Color Harmonies of #AB7D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D21

Black with #AB7D21

Text Example


Text Example

White with #AB7D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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