Html Css Color HEX #AA461F Rich Gold

📋 copy color: '#AA461F'

red 170 ◦ green 70 ◦ blue 31

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

Shades of Rich Gold #AA461F

Tints of Rich Gold #AA461F

RGB

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

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

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

R = 62.73%
G = 25.83%
B = 11.44%

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

#AA461F (or 0xAA461F) is known color: Rich Gold. HEX triplet: AA, 46 and 1F. RGB value is (170,70,31). Sum of RGB (Red+Green+Blue) = 170+70+31=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA461F is #55B9E0. Grayscale: #5F5F5F. Windows color (decimal): -5618145 or 2049706. OLE color: 2049706.

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

Color convert

RGB 170 70 31 -
CMYK 0 0.59 0.82 0.33
HSL 16.83º 0.69% 0.39% -
HSV(B) 16.83º 0.82% 0.67% -
XYZ 19.02 13.03 2.81 -
YUV 95.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 170 70 31 0 0.59 0.82 0.33 16.83 0.69 0.39
Hex AA 46 1F 0 3B 52 21 11 45 27
Octal 252 106 37 0 73 122 41 21 105 47
Binary 10101010 1000110 11111 0 111011 1010010 100001 10001 1000101 100111

Color Harmonies of #AA461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA461F

Black with #AA461F

Text Example


Text Example

White with #AA461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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