Html Css Color HEX #AA7D15 Hacienda

📋 copy color: '#AA7D15'

red 170 ◦ green 125 ◦ blue 21

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

Shades of Hacienda #AA7D15

Tints of Hacienda #AA7D15

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.56%

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

R = 53.8%
G = 39.56%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA7D15 (or 0xAA7D15) is known color: Hacienda. HEX triplet: AA, 7D and 15. RGB value is (170,125,21). Sum of RGB (Red+Green+Blue) = 170+125+21=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7D15 is #5582EA. Grayscale: #7F7F7F. Windows color (decimal): -5604075 or 1408426. OLE color: 1408426.

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

Color convert

RGB 170 125 21 -
CMYK 0 0.26 0.88 0.33
HSL 41.88º 0.78% 0.37% -
HSV(B) 41.88º 0.88% 0.67% -
XYZ 24.05 23.27 3.93 -
YUV 126.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 170 125 21 0 0.26 0.88 0.33 41.88 0.78 0.37
Hex AA 7D 15 0 1A 58 21 2A 4E 25
Octal 252 175 25 0 32 130 41 52 116 45
Binary 10101010 1111101 10101 0 11010 1011000 100001 101010 1001110 100101

Color Harmonies of #AA7D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D15

Black with #AA7D15

Text Example


Text Example

White with #AA7D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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