Html Css Color HEX #AA4D21 Rich Gold

📋 copy color: '#AA4D21'

red 170 ◦ green 77 ◦ blue 33

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

Shades of Rich Gold #AA4D21

Tints of Rich Gold #AA4D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.79%

R = 60.71%
G = 27.5%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA4D21 (or 0xAA4D21) is known color: Rich Gold. HEX triplet: AA, 4D and 21. RGB value is (170,77,33). Sum of RGB (Red+Green+Blue) = 170+77+33=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D21 is #55B2DE. Grayscale: #646464. Windows color (decimal): -5616351 or 2182570. OLE color: 2182570.

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

Color convert

RGB 170 77 33 -
CMYK 0 0.55 0.81 0.33
HSL 19.27º 0.67% 0.4% -
HSV(B) 19.27º 0.81% 0.67% -
XYZ 19.51 13.96 3.11 -
YUV 99.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 170 77 33 0 0.55 0.81 0.33 19.27 0.67 0.4
Hex AA 4D 21 0 37 51 21 13 43 28
Octal 252 115 41 0 67 121 41 23 103 50
Binary 10101010 1001101 100001 0 110111 1010001 100001 10011 1000011 101000

Color Harmonies of #AA4D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D21

Black with #AA4D21

Text Example


Text Example

White with #AA4D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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