Html Css Color HEX #AA8526 Hacienda

📋 copy color: '#AA8526'

red 170 ◦ green 133 ◦ blue 38

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

Shades of Hacienda #AA8526

Tints of Hacienda #AA8526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 49.85%
G = 39%
B = 11.14%

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

#AA8526 (or 0xAA8526) is known color: Hacienda. HEX triplet: AA, 85 and 26. RGB value is (170,133,38). Sum of RGB (Red+Green+Blue) = 170+133+38=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8526 is #557AD9. Grayscale: #858585. Windows color (decimal): -5602010 or 2524586. OLE color: 2524586.

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

Color convert

RGB 170 133 38 -
CMYK 0 0.22 0.78 0.33
HSL 43.18º 0.63% 0.41% -
HSV(B) 43.18º 0.78% 0.67% -
XYZ 25.31 25.46 5.41 -
YUV 133.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 170 133 38 0 0.22 0.78 0.33 43.18 0.63 0.41
Hex AA 85 26 0 16 4E 21 2B 3F 29
Octal 252 205 46 0 26 116 41 53 77 51
Binary 10101010 10000101 100110 0 10110 1001110 100001 101011 111111 101001

Color Harmonies of #AA8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8526

Black with #AA8526

Text Example


Text Example

White with #AA8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8526; }

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

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

background-color css

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

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

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

border-color css

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

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

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