Html Css Color HEX #AA4C22 Rich Gold

📋 copy color: '#AA4C22'

red 170 ◦ green 76 ◦ blue 34

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

Shades of Rich Gold #AA4C22

Tints of Rich Gold #AA4C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

 BLUE value IS 34 (13.67% from 255) = 12.14%

R = 60.71%
G = 27.14%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA4C22 (or 0xAA4C22) is known color: Rich Gold. HEX triplet: AA, 4C and 22. RGB value is (170,76,34). Sum of RGB (Red+Green+Blue) = 170+76+34=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C22 is #55B3DD. Grayscale: #636363. Windows color (decimal): -5616606 or 2247850. OLE color: 2247850.

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

Color convert

RGB 170 76 34 -
CMYK 0 0.55 0.80 0.33
HSL 18.53º 0.67% 0.4% -
HSV(B) 18.53º 0.8% 0.67% -
XYZ 19.45 13.83 3.16 -
YUV 99.32 91.14 178.42 -
System Red Green Blue C M Y K H S L
Decimal 170 76 34 0 0.55 0.80 0.33 18.53 0.67 0.4
Hex AA 4C 22 0 37 50 21 13 43 28
Octal 252 114 42 0 67 120 41 23 103 50
Binary 10101010 1001100 100010 0 110111 1010000 100001 10011 1000011 101000

Color Harmonies of #AA4C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C22

Black with #AA4C22

Text Example


Text Example

White with #AA4C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C22; }

 p { color: rgb(170,76,34); }

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

background-color css

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

 a { background-color: rgb(170,76,34); }

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

border-color css

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

 span { border-color: rgb(170,76,34); }

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