Html Css Color HEX #AA8625 Hacienda

📋 copy color: '#AA8625'

red 170 ◦ green 134 ◦ blue 37

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

Shades of Hacienda #AA8625

Tints of Hacienda #AA8625

RGB

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

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

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

R = 49.85%
G = 39.3%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA8625 (or 0xAA8625) is known color: Hacienda. HEX triplet: AA, 86 and 25. RGB value is (170,134,37). Sum of RGB (Red+Green+Blue) = 170+134+37=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8625 is #5579DA. Grayscale: #868686. Windows color (decimal): -5601755 or 2459306. OLE color: 2459306.

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

Color convert

RGB 170 134 37 -
CMYK 0 0.21 0.78 0.33
HSL 43.76º 0.64% 0.41% -
HSV(B) 43.76º 0.78% 0.67% -
XYZ 25.44 25.73 5.38 -
YUV 133.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 170 134 37 0 0.21 0.78 0.33 43.76 0.64 0.41
Hex AA 86 25 0 15 4E 21 2C 40 29
Octal 252 206 45 0 25 116 41 54 100 51
Binary 10101010 10000110 100101 0 10101 1001110 100001 101100 1000000 101001

Color Harmonies of #AA8625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8625

Black with #AA8625

Text Example


Text Example

White with #AA8625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8625; }

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

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

background-color css

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

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

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

border-color css

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

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

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