Html Css Color HEX #AA4D15 Rich Gold

📋 copy color: '#AA4D15'

red 170 ◦ green 77 ◦ blue 21

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

Shades of Rich Gold #AA4D15

Tints of Rich Gold #AA4D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.73%

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

R = 63.43%
G = 28.73%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA4D15 (or 0xAA4D15) is known color: Rich Gold. HEX triplet: AA, 4D and 15. RGB value is (170,77,21). Sum of RGB (Red+Green+Blue) = 170+77+21=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D15 is #55B2EA. Grayscale: #626262. Windows color (decimal): -5616363 or 1396138. OLE color: 1396138.

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

Color convert

RGB 170 77 21 -
CMYK 0 0.55 0.88 0.33
HSL 22.55º 0.78% 0.37% -
HSV(B) 22.55º 0.88% 0.67% -
XYZ 19.37 13.91 2.37 -
YUV 98.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 170 77 21 0 0.55 0.88 0.33 22.55 0.78 0.37
Hex AA 4D 15 0 37 58 21 17 4E 25
Octal 252 115 25 0 67 130 41 27 116 45
Binary 10101010 1001101 10101 0 110111 1011000 100001 10111 1001110 100101

Color Harmonies of #AA4D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D15

Black with #AA4D15

Text Example


Text Example

White with #AA4D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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