Html Css Color HEX #AA8A1E Hacienda

📋 copy color: '#AA8A1E'

red 170 ◦ green 138 ◦ blue 30

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

Shades of Hacienda #AA8A1E

Tints of Hacienda #AA8A1E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.83%

 BLUE value IS 30 (12.11% from 255) = 8.88%

R = 50.3%
G = 40.83%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA8A1E (or 0xAA8A1E) is known color: Hacienda. HEX triplet: AA, 8A and 1E. RGB value is (170,138,30). Sum of RGB (Red+Green+Blue) = 170+138+30=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A1E is #5575E1. Grayscale: #878787. Windows color (decimal): -5600738 or 2001578. OLE color: 2001578.

HSL color Cylindrical-coordinate representation of color #AA8A1E: hue angle of 46.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA8A1E is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 138 30 -
CMYK 0 0.19 0.82 0.33
HSL 46.29º 0.7% 0.39% -
HSV(B) 46.29º 0.82% 0.67% -
XYZ 25.9 26.82 5.04 -
YUV 135.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 170 138 30 0 0.19 0.82 0.33 46.29 0.7 0.39
Hex AA 8A 1E 0 13 52 21 2E 46 27
Octal 252 212 36 0 23 122 41 56 106 47
Binary 10101010 10001010 11110 0 10011 1010010 100001 101110 1000110 100111

Color Harmonies of #AA8A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A1E

Black with #AA8A1E

Text Example


Text Example

White with #AA8A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A1E; }

 p { color: rgb(170,138,30); }

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

background-color css

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

 a { background-color: rgb(170,138,30); }

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

border-color css

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

 span { border-color: rgb(170,138,30); }

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