Html Css Color HEX #AA481F Rich Gold

📋 copy color: '#AA481F'

red 170 ◦ green 72 ◦ blue 31

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

Shades of Rich Gold #AA481F

Tints of Rich Gold #AA481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

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

R = 62.27%
G = 26.37%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA481F (or 0xAA481F) is known color: Rich Gold. HEX triplet: AA, 48 and 1F. RGB value is (170,72,31). Sum of RGB (Red+Green+Blue) = 170+72+31=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA481F is #55B7E0. Grayscale: #606060. Windows color (decimal): -5617633 or 2050218. OLE color: 2050218.

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

Color convert

RGB 170 72 31 -
CMYK 0 0.58 0.82 0.33
HSL 17.7º 0.69% 0.39% -
HSV(B) 17.7º 0.82% 0.67% -
XYZ 19.14 13.28 2.85 -
YUV 96.63 90.97 180.33 -
System Red Green Blue C M Y K H S L
Decimal 170 72 31 0 0.58 0.82 0.33 17.7 0.69 0.39
Hex AA 48 1F 0 3A 52 21 12 45 27
Octal 252 110 37 0 72 122 41 22 105 47
Binary 10101010 1001000 11111 0 111010 1010010 100001 10010 1000101 100111

Color Harmonies of #AA481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA481F

Black with #AA481F

Text Example


Text Example

White with #AA481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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