Html Css Color HEX #AA8825 Hacienda

📋 copy color: '#AA8825'

red 170 ◦ green 136 ◦ blue 37

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

Shades of Hacienda #AA8825

Tints of Hacienda #AA8825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.79%

R = 49.56%
G = 39.65%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA8825 (or 0xAA8825) is known color: Hacienda. HEX triplet: AA, 88 and 25. RGB value is (170,136,37). Sum of RGB (Red+Green+Blue) = 170+136+37=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8825 is #5577DA. Grayscale: #878787. Windows color (decimal): -5601243 or 2459818. OLE color: 2459818.

HSL color Cylindrical-coordinate representation of color #AA8825: hue angle of 44.66º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA8825 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 37 -
CMYK 0 0.20 0.78 0.33
HSL 44.66º 0.64% 0.41% -
HSV(B) 44.66º 0.78% 0.67% -
XYZ 25.72 26.29 5.47 -
YUV 134.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 170 136 37 0 0.20 0.78 0.33 44.66 0.64 0.41
Hex AA 88 25 0 14 4E 21 2D 40 29
Octal 252 210 45 0 24 116 41 55 100 51
Binary 10101010 10001000 100101 0 10100 1001110 100001 101101 1000000 101001

Color Harmonies of #AA8825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8825

Black with #AA8825

Text Example


Text Example

White with #AA8825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8825; }

 p { color: rgb(170,136,37); }

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

background-color css

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

 a { background-color: rgb(170,136,37); }

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

border-color css

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

 span { border-color: rgb(170,136,37); }

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