Html Css Color HEX #AA7914 Hacienda

📋 copy color: '#AA7914'

red 170 ◦ green 121 ◦ blue 20

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

Shades of Hacienda #AA7914

Tints of Hacienda #AA7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 54.66%
G = 38.91%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA7914 (or 0xAA7914) is known color: Hacienda. HEX triplet: AA, 79 and 14. RGB value is (170,121,20). Sum of RGB (Red+Green+Blue) = 170+121+20=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7914 is #5586EB. Grayscale: #7C7C7C. Windows color (decimal): -5605100 or 1341866. OLE color: 1341866.

HSL color Cylindrical-coordinate representation of color #AA7914: hue angle of 40.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA7914 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 121 20 -
CMYK 0 0.29 0.88 0.33
HSL 40.4º 0.79% 0.37% -
HSV(B) 40.4º 0.88% 0.67% -
XYZ 23.54 22.27 3.72 -
YUV 124.14 69.23 160.71 -
System Red Green Blue C M Y K H S L
Decimal 170 121 20 0 0.29 0.88 0.33 40.4 0.79 0.37
Hex AA 79 14 0 1D 58 21 28 4F 25
Octal 252 171 24 0 35 130 41 50 117 45
Binary 10101010 1111001 10100 0 11101 1011000 100001 101000 1001111 100101

Color Harmonies of #AA7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7914

Black with #AA7914

Text Example


Text Example

White with #AA7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7914; }

 p { color: rgb(170,121,20); }

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

background-color css

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

 a { background-color: rgb(170,121,20); }

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

border-color css

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

 span { border-color: rgb(170,121,20); }

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