Html Css Color HEX #AA8621 Hacienda

📋 copy color: '#AA8621'

red 170 ◦ green 134 ◦ blue 33

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

Shades of Hacienda #AA8621

Tints of Hacienda #AA8621

RGB

 RED value IS 170 (66.8% from 255) = 50.45%

 GREEN value IS 134 (52.73% from 255) = 39.76%

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

R = 50.45%
G = 39.76%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA8621 (or 0xAA8621) is known color: Hacienda. HEX triplet: AA, 86 and 21. RGB value is (170,134,33). Sum of RGB (Red+Green+Blue) = 170+134+33=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8621 is #5579DE. Grayscale: #858585. Windows color (decimal): -5601759 or 2197162. OLE color: 2197162.

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

Color convert

RGB 170 134 33 -
CMYK 0 0.21 0.81 0.33
HSL 44.23º 0.67% 0.4% -
HSV(B) 44.23º 0.81% 0.67% -
XYZ 25.38 25.71 5.06 -
YUV 133.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 170 134 33 0 0.21 0.81 0.33 44.23 0.67 0.4
Hex AA 86 21 0 15 51 21 2C 43 28
Octal 252 206 41 0 25 121 41 54 103 50
Binary 10101010 10000110 100001 0 10101 1010001 100001 101100 1000011 101000

Color Harmonies of #AA8621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8621

Black with #AA8621

Text Example


Text Example

White with #AA8621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8621; }

 p { color: rgb(170,134,33); }

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

background-color css

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

 a { background-color: rgb(170,134,33); }

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

border-color css

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

 span { border-color: rgb(170,134,33); }

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