Html Css Color HEX #AA481C Rich Gold

📋 copy color: '#AA481C'

red 170 ◦ green 72 ◦ blue 28

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

Shades of Rich Gold #AA481C

Tints of Rich Gold #AA481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.37%

R = 62.96%
G = 26.67%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA481C (or 0xAA481C) is known color: Rich Gold. HEX triplet: AA, 48 and 1C. RGB value is (170,72,28). Sum of RGB (Red+Green+Blue) = 170+72+28=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA481C is #55B7E3. Grayscale: #606060. Windows color (decimal): -5617636 or 1853610. OLE color: 1853610.

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

Color convert

RGB 170 72 28 -
CMYK 0 0.58 0.84 0.33
HSL 18.59º 0.72% 0.39% -
HSV(B) 18.59º 0.84% 0.67% -
XYZ 19.1 13.26 2.65 -
YUV 96.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 170 72 28 0 0.58 0.84 0.33 18.59 0.72 0.39
Hex AA 48 1C 0 3A 54 21 13 48 27
Octal 252 110 34 0 72 124 41 23 110 47
Binary 10101010 1001000 11100 0 111010 1010100 100001 10011 1001000 100111

Color Harmonies of #AA481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA481C

Black with #AA481C

Text Example


Text Example

White with #AA481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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