Html Css Color HEX #AA8926 Hacienda

📋 copy color: '#AA8926'

red 170 ◦ green 137 ◦ blue 38

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

Shades of Hacienda #AA8926

Tints of Hacienda #AA8926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

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

R = 49.28%
G = 39.71%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA8926 (or 0xAA8926) is known color: Hacienda. HEX triplet: AA, 89 and 26. RGB value is (170,137,38). Sum of RGB (Red+Green+Blue) = 170+137+38=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8926 is #5576D9. Grayscale: #888888. Windows color (decimal): -5600986 or 2525610. OLE color: 2525610.

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

Color convert

RGB 170 137 38 -
CMYK 0 0.19 0.78 0.33
HSL 45º 0.63% 0.41% -
HSV(B) 45º 0.78% 0.67% -
XYZ 25.87 26.58 5.6 -
YUV 135.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 170 137 38 0 0.19 0.78 0.33 45 0.63 0.41
Hex AA 89 26 0 13 4E 21 2D 3F 29
Octal 252 211 46 0 23 116 41 55 77 51
Binary 10101010 10001001 100110 0 10011 1001110 100001 101101 111111 101001

Color Harmonies of #AA8926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8926

Black with #AA8926

Text Example


Text Example

White with #AA8926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8926; }

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

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

background-color css

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

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

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

border-color css

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

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

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