Html Css Color HEX #AA4F15 Rich Gold

📋 copy color: '#AA4F15'

red 170 ◦ green 79 ◦ blue 21

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

Shades of Rich Gold #AA4F15

Tints of Rich Gold #AA4F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

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

R = 62.96%
G = 29.26%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA4F15 (or 0xAA4F15) is known color: Rich Gold. HEX triplet: AA, 4F and 15. RGB value is (170,79,21). Sum of RGB (Red+Green+Blue) = 170+79+21=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F15 is #55B0EA. Grayscale: #636363. Windows color (decimal): -5615851 or 1396650. OLE color: 1396650.

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

Color convert

RGB 170 79 21 -
CMYK 0 0.54 0.88 0.33
HSL 23.36º 0.78% 0.37% -
HSV(B) 23.36º 0.88% 0.67% -
XYZ 19.51 14.19 2.42 -
YUV 99.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 170 79 21 0 0.54 0.88 0.33 23.36 0.78 0.37
Hex AA 4F 15 0 36 58 21 17 4E 25
Octal 252 117 25 0 66 130 41 27 116 45
Binary 10101010 1001111 10101 0 110110 1011000 100001 10111 1001110 100101

Color Harmonies of #AA4F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F15

Black with #AA4F15

Text Example


Text Example

White with #AA4F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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