Html Css Color HEX #AA4D17 Rich Gold

📋 copy color: '#AA4D17'

red 170 ◦ green 77 ◦ blue 23

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

Shades of Rich Gold #AA4D17

Tints of Rich Gold #AA4D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.52%

R = 62.96%
G = 28.52%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA4D17 (or 0xAA4D17) is known color: Rich Gold. HEX triplet: AA, 4D and 17. RGB value is (170,77,23). Sum of RGB (Red+Green+Blue) = 170+77+23=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D17 is #55B2E8. Grayscale: #626262. Windows color (decimal): -5616361 or 1527210. OLE color: 1527210.

HSL color Cylindrical-coordinate representation of color #AA4D17: hue angle of 22.04º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA4D17 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 23 -
CMYK 0 0.55 0.86 0.33
HSL 22.04º 0.76% 0.38% -
HSV(B) 22.04º 0.86% 0.67% -
XYZ 19.39 13.92 2.47 -
YUV 98.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 170 77 23 0 0.55 0.86 0.33 22.04 0.76 0.38
Hex AA 4D 17 0 37 56 21 16 4C 26
Octal 252 115 27 0 67 126 41 26 114 46
Binary 10101010 1001101 10111 0 110111 1010110 100001 10110 1001100 100110

Color Harmonies of #AA4D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D17

Black with #AA4D17

Text Example


Text Example

White with #AA4D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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