Html Css Color HEX #AA511C Rich Gold

📋 copy color: '#AA511C'

red 170 ◦ green 81 ◦ blue 28

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

Shades of Rich Gold #AA511C

Tints of Rich Gold #AA511C

RGB

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

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

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

R = 60.93%
G = 29.03%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA511C (or 0xAA511C) is known color: Rich Gold. HEX triplet: AA, 51 and 1C. RGB value is (170,81,28). Sum of RGB (Red+Green+Blue) = 170+81+28=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA511C is #55AEE3. Grayscale: #656565. Windows color (decimal): -5615332 or 1855914. OLE color: 1855914.

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

Color convert

RGB 170 81 28 -
CMYK 0 0.52 0.84 0.33
HSL 22.39º 0.72% 0.39% -
HSV(B) 22.39º 0.84% 0.67% -
XYZ 19.73 14.51 2.86 -
YUV 101.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 170 81 28 0 0.52 0.84 0.33 22.39 0.72 0.39
Hex AA 51 1C 0 34 54 21 16 48 27
Octal 252 121 34 0 64 124 41 26 110 47
Binary 10101010 1010001 11100 0 110100 1010100 100001 10110 1001000 100111

Color Harmonies of #AA511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA511C

Black with #AA511C

Text Example


Text Example

White with #AA511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA511C; }

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

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

background-color css

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

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

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

border-color css

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

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

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