Html Css Color HEX #AA8025 Hacienda

📋 copy color: '#AA8025'

red 170 ◦ green 128 ◦ blue 37

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

Shades of Hacienda #AA8025

Tints of Hacienda #AA8025

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.21%

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

R = 50.75%
G = 38.21%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA8025 (or 0xAA8025) is known color: Hacienda. HEX triplet: AA, 80 and 25. RGB value is (170,128,37). Sum of RGB (Red+Green+Blue) = 170+128+37=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8025 is #557FDA. Grayscale: #828282. Windows color (decimal): -5603291 or 2457770. OLE color: 2457770.

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

Color convert

RGB 170 128 37 -
CMYK 0 0.25 0.78 0.33
HSL 41.05º 0.64% 0.41% -
HSV(B) 41.05º 0.78% 0.67% -
XYZ 24.63 24.12 5.11 -
YUV 130.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 170 128 37 0 0.25 0.78 0.33 41.05 0.64 0.41
Hex AA 80 25 0 19 4E 21 29 40 29
Octal 252 200 45 0 31 116 41 51 100 51
Binary 10101010 10000000 100101 0 11001 1001110 100001 101001 1000000 101001

Color Harmonies of #AA8025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8025

Black with #AA8025

Text Example


Text Example

White with #AA8025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8025; }

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

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

background-color css

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

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

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

border-color css

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

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

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