Html Css Color HEX #AA8525 Hacienda

📋 copy color: '#AA8525'

red 170 ◦ green 133 ◦ blue 37

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

Shades of Hacienda #AA8525

Tints of Hacienda #AA8525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.12%

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

R = 50%
G = 39.12%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA8525 (or 0xAA8525) is known color: Hacienda. HEX triplet: AA, 85 and 25. RGB value is (170,133,37). Sum of RGB (Red+Green+Blue) = 170+133+37=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8525 is #557ADA. Grayscale: #858585. Windows color (decimal): -5602011 or 2459050. OLE color: 2459050.

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

Color convert

RGB 170 133 37 -
CMYK 0 0.22 0.78 0.33
HSL 43.31º 0.64% 0.41% -
HSV(B) 43.31º 0.78% 0.67% -
XYZ 25.3 25.45 5.33 -
YUV 133.12 73.76 154.31 -
System Red Green Blue C M Y K H S L
Decimal 170 133 37 0 0.22 0.78 0.33 43.31 0.64 0.41
Hex AA 85 25 0 16 4E 21 2B 40 29
Octal 252 205 45 0 26 116 41 53 100 51
Binary 10101010 10000101 100101 0 10110 1001110 100001 101011 1000000 101001

Color Harmonies of #AA8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8525

Black with #AA8525

Text Example


Text Example

White with #AA8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8525; }

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

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

background-color css

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

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

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

border-color css

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

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

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