Html Css Color HEX #AA8826 Hacienda

📋 copy color: '#AA8826'

red 170 ◦ green 136 ◦ blue 38

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

Shades of Hacienda #AA8826

Tints of Hacienda #AA8826

RGB

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

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

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

R = 49.42%
G = 39.53%
B = 11.05%

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

#AA8826 (or 0xAA8826) is known color: Hacienda. HEX triplet: AA, 88 and 26. RGB value is (170,136,38). Sum of RGB (Red+Green+Blue) = 170+136+38=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8826 is #5577D9. Grayscale: #878787. Windows color (decimal): -5601242 or 2525354. OLE color: 2525354.

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

Color convert

RGB 170 136 38 -
CMYK 0 0.20 0.78 0.33
HSL 44.55º 0.63% 0.41% -
HSV(B) 44.55º 0.78% 0.67% -
XYZ 25.73 26.29 5.55 -
YUV 134.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 170 136 38 0 0.20 0.78 0.33 44.55 0.63 0.41
Hex AA 88 26 0 14 4E 21 2D 3F 29
Octal 252 210 46 0 24 116 41 55 77 51
Binary 10101010 10001000 100110 0 10100 1001110 100001 101101 111111 101001

Color Harmonies of #AA8826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8826

Black with #AA8826

Text Example


Text Example

White with #AA8826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8826; }

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

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

background-color css

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

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

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

border-color css

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

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

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