Html Css Color HEX #AA501E Rich Gold

📋 copy color: '#AA501E'

red 170 ◦ green 80 ◦ blue 30

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

Shades of Rich Gold #AA501E

Tints of Rich Gold #AA501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 60.71%
G = 28.57%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA501E (or 0xAA501E) is known color: Rich Gold. HEX triplet: AA, 50 and 1E. RGB value is (170,80,30). Sum of RGB (Red+Green+Blue) = 170+80+30=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA501E is #55AFE1. Grayscale: #656565. Windows color (decimal): -5615586 or 1986730. OLE color: 1986730.

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

Color convert

RGB 170 80 30 -
CMYK 0 0.53 0.82 0.33
HSL 21.43º 0.7% 0.39% -
HSV(B) 21.43º 0.82% 0.67% -
XYZ 19.68 14.38 2.97 -
YUV 101.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 170 80 30 0 0.53 0.82 0.33 21.43 0.7 0.39
Hex AA 50 1E 0 35 52 21 15 46 27
Octal 252 120 36 0 65 122 41 25 106 47
Binary 10101010 1010000 11110 0 110101 1010010 100001 10101 1000110 100111

Color Harmonies of #AA501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA501E

Black with #AA501E

Text Example


Text Example

White with #AA501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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