Html Css Color HEX #AA7515 Hacienda

📋 copy color: '#AA7515'

red 170 ◦ green 117 ◦ blue 21

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

Shades of Hacienda #AA7515

Tints of Hacienda #AA7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 21 (8.59% from 255) = 6.82%

R = 55.19%
G = 37.99%
B = 6.82%

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

#AA7515 (or 0xAA7515) is known color: Hacienda. HEX triplet: AA, 75 and 15. RGB value is (170,117,21). Sum of RGB (Red+Green+Blue) = 170+117+21=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7515 is #558AEA. Grayscale: #7A7A7A. Windows color (decimal): -5606123 or 1406378. OLE color: 1406378.

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

Color convert

RGB 170 117 21 -
CMYK 0 0.31 0.88 0.33
HSL 38.66º 0.78% 0.37% -
HSV(B) 38.66º 0.88% 0.67% -
XYZ 23.07 21.32 3.61 -
YUV 121.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 170 117 21 0 0.31 0.88 0.33 38.66 0.78 0.37
Hex AA 75 15 0 1F 58 21 27 4E 25
Octal 252 165 25 0 37 130 41 47 116 45
Binary 10101010 1110101 10101 0 11111 1011000 100001 100111 1001110 100101

Color Harmonies of #AA7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7515

Black with #AA7515

Text Example


Text Example

White with #AA7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7515; }

 p { color: rgb(170,117,21); }

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

background-color css

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

 a { background-color: rgb(170,117,21); }

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

border-color css

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

 span { border-color: rgb(170,117,21); }

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