Html Css Color HEX #AA461E Rich Gold

📋 copy color: '#AA461E'

red 170 ◦ green 70 ◦ blue 30

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

Shades of Rich Gold #AA461E

Tints of Rich Gold #AA461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 62.96%
G = 25.93%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA461E (or 0xAA461E) is known color: Rich Gold. HEX triplet: AA, 46 and 1E. RGB value is (170,70,30). Sum of RGB (Red+Green+Blue) = 170+70+30=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA461E is #55B9E1. Grayscale: #5F5F5F. Windows color (decimal): -5618146 or 1984170. OLE color: 1984170.

HSL color Cylindrical-coordinate representation of color #AA461E: hue angle of 17.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA461E is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 70 30 -
CMYK 0 0.59 0.82 0.33
HSL 17.14º 0.7% 0.39% -
HSV(B) 17.14º 0.82% 0.67% -
XYZ 19 13.02 2.74 -
YUV 95.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 170 70 30 0 0.59 0.82 0.33 17.14 0.7 0.39
Hex AA 46 1E 0 3B 52 21 11 46 27
Octal 252 106 36 0 73 122 41 21 106 47
Binary 10101010 1000110 11110 0 111011 1010010 100001 10001 1000110 100111

Color Harmonies of #AA461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA461E

Black with #AA461E

Text Example


Text Example

White with #AA461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA461E; }

 p { color: rgb(170,70,30); }

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

background-color css

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

 a { background-color: rgb(170,70,30); }

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

border-color css

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

 span { border-color: rgb(170,70,30); }

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