Html Css Color HEX #AA7614 Hacienda

📋 copy color: '#AA7614'

red 170 ◦ green 118 ◦ blue 20

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

Shades of Hacienda #AA7614

Tints of Hacienda #AA7614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.31%

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

R = 55.19%
G = 38.31%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA7614 (or 0xAA7614) is known color: Hacienda. HEX triplet: AA, 76 and 14. RGB value is (170,118,20). Sum of RGB (Red+Green+Blue) = 170+118+20=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7614 is #5589EB. Grayscale: #7A7A7A. Windows color (decimal): -5605868 or 1341098. OLE color: 1341098.

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

Color convert

RGB 170 118 20 -
CMYK 0 0.31 0.88 0.33
HSL 39.2º 0.79% 0.37% -
HSV(B) 39.2º 0.88% 0.67% -
XYZ 23.18 21.55 3.6 -
YUV 122.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 170 118 20 0 0.31 0.88 0.33 39.2 0.79 0.37
Hex AA 76 14 0 1F 58 21 27 4F 25
Octal 252 166 24 0 37 130 41 47 117 45
Binary 10101010 1110110 10100 0 11111 1011000 100001 100111 1001111 100101

Color Harmonies of #AA7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7614

Black with #AA7614

Text Example


Text Example

White with #AA7614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7614; }

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

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

background-color css

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

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

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

border-color css

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

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

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