Html Css Color HEX #AA481B Rich Gold

📋 copy color: '#AA481B'

red 170 ◦ green 72 ◦ blue 27

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

Shades of Rich Gold #AA481B

Tints of Rich Gold #AA481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 63.2%
G = 26.77%
B = 10.04%

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

#AA481B (or 0xAA481B) is known color: Rich Gold. HEX triplet: AA, 48 and 1B. RGB value is (170,72,27). Sum of RGB (Red+Green+Blue) = 170+72+27=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA481B is #55B7E4. Grayscale: #606060. Windows color (decimal): -5617637 or 1788074. OLE color: 1788074.

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

Color convert

RGB 170 72 27 -
CMYK 0 0.58 0.84 0.33
HSL 18.88º 0.73% 0.39% -
HSV(B) 18.88º 0.84% 0.67% -
XYZ 19.09 13.26 2.59 -
YUV 96.17 88.97 180.66 -
System Red Green Blue C M Y K H S L
Decimal 170 72 27 0 0.58 0.84 0.33 18.88 0.73 0.39
Hex AA 48 1B 0 3A 54 21 13 49 27
Octal 252 110 33 0 72 124 41 23 111 47
Binary 10101010 1001000 11011 0 111010 1010100 100001 10011 1001001 100111

Color Harmonies of #AA481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA481B

Black with #AA481B

Text Example


Text Example

White with #AA481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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