Html Css Color HEX #AB8121 Hacienda

📋 copy color: '#AB8121'

red 171 ◦ green 129 ◦ blue 33

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

Shades of Hacienda #AB8121

Tints of Hacienda #AB8121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.74%

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

R = 51.35%
G = 38.74%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB8121 (or 0xAB8121) is known color: Hacienda. HEX triplet: AB, 81 and 21. RGB value is (171,129,33). Sum of RGB (Red+Green+Blue) = 171+129+33=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8121 is #547EDE. Grayscale: #838383. Windows color (decimal): -5537503 or 2195883. OLE color: 2195883.

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

Color convert

RGB 171 129 33 -
CMYK 0 0.25 0.81 0.33
HSL 41.74º 0.68% 0.4% -
HSV(B) 41.74º 0.81% 0.67% -
XYZ 24.92 24.47 4.85 -
YUV 130.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 171 129 33 0 0.25 0.81 0.33 41.74 0.68 0.4
Hex AB 81 21 0 19 51 21 2A 44 28
Octal 253 201 41 0 31 121 41 52 104 50
Binary 10101011 10000001 100001 0 11001 1010001 100001 101010 1000100 101000

Color Harmonies of #AB8121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8121

Black with #AB8121

Text Example


Text Example

White with #AB8121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8121; }

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

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

background-color css

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

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

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

border-color css

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

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

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