Html Css Color HEX #AA8A1D Hacienda

📋 copy color: '#AA8A1D'

red 170 ◦ green 138 ◦ blue 29

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

Shades of Hacienda #AA8A1D

Tints of Hacienda #AA8A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 50.45%
G = 40.95%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA8A1D (or 0xAA8A1D) is known color: Hacienda. HEX triplet: AA, 8A and 1D. RGB value is (170,138,29). Sum of RGB (Red+Green+Blue) = 170+138+29=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A1D is #5575E2. Grayscale: #878787. Windows color (decimal): -5600739 or 1936042. OLE color: 1936042.

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

Color convert

RGB 170 138 29 -
CMYK 0 0.19 0.83 0.33
HSL 46.38º 0.71% 0.39% -
HSV(B) 46.38º 0.83% 0.67% -
XYZ 25.89 26.81 4.97 -
YUV 135.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 170 138 29 0 0.19 0.83 0.33 46.38 0.71 0.39
Hex AA 8A 1D 0 13 53 21 2E 47 27
Octal 252 212 35 0 23 123 41 56 107 47
Binary 10101010 10001010 11101 0 10011 1010011 100001 101110 1000111 100111

Color Harmonies of #AA8A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A1D

Black with #AA8A1D

Text Example


Text Example

White with #AA8A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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