Html Css Color HEX #AA511D Rich Gold

📋 copy color: '#AA511D'

red 170 ◦ green 81 ◦ blue 29

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

Shades of Rich Gold #AA511D

Tints of Rich Gold #AA511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

 BLUE value IS 29 (11.72% from 255) = 10.36%

R = 60.71%
G = 28.93%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA511D (or 0xAA511D) is known color: Rich Gold. HEX triplet: AA, 51 and 1D. RGB value is (170,81,29). Sum of RGB (Red+Green+Blue) = 170+81+29=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA511D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA511D is #55AEE2. Grayscale: #656565. Windows color (decimal): -5615331 or 1921450. OLE color: 1921450.

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

Color convert

RGB 170 81 29 -
CMYK 0 0.52 0.83 0.33
HSL 22.13º 0.71% 0.39% -
HSV(B) 22.13º 0.83% 0.67% -
XYZ 19.74 14.52 2.92 -
YUV 101.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 170 81 29 0 0.52 0.83 0.33 22.13 0.71 0.39
Hex AA 51 1D 0 34 53 21 16 47 27
Octal 252 121 35 0 64 123 41 26 107 47
Binary 10101010 1010001 11101 0 110100 1010011 100001 10110 1000111 100111

Color Harmonies of #AA511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA511D

Black with #AA511D

Text Example


Text Example

White with #AA511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA511D; }

 p { color: rgb(170,81,29); }

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

background-color css

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

 a { background-color: rgb(170,81,29); }

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

border-color css

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

 span { border-color: rgb(170,81,29); }

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