Html Css Color HEX #AA501F Rich Gold

📋 copy color: '#AA501F'

red 170 ◦ green 80 ◦ blue 31

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

Shades of Rich Gold #AA501F

Tints of Rich Gold #AA501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.03%

R = 60.5%
G = 28.47%
B = 11.03%

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

#AA501F (or 0xAA501F) is known color: Rich Gold. HEX triplet: AA, 50 and 1F. RGB value is (170,80,31). Sum of RGB (Red+Green+Blue) = 170+80+31=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA501F is #55AFE0. Grayscale: #656565. Windows color (decimal): -5615585 or 2052266. OLE color: 2052266.

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

Color convert

RGB 170 80 31 -
CMYK 0 0.53 0.82 0.33
HSL 21.15º 0.69% 0.39% -
HSV(B) 21.15º 0.82% 0.67% -
XYZ 19.69 14.38 3.03 -
YUV 101.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 170 80 31 0 0.53 0.82 0.33 21.15 0.69 0.39
Hex AA 50 1F 0 35 52 21 15 45 27
Octal 252 120 37 0 65 122 41 25 105 47
Binary 10101010 1010000 11111 0 110101 1010010 100001 10101 1000101 100111

Color Harmonies of #AA501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA501F

Black with #AA501F

Text Example


Text Example

White with #AA501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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