Html Css Color HEX #AA551C Rich Gold

📋 copy color: '#AA551C'

red 170 ◦ green 85 ◦ blue 28

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

Shades of Rich Gold #AA551C

Tints of Rich Gold #AA551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

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

R = 60.07%
G = 30.04%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA551C (or 0xAA551C) is known color: Rich Gold. HEX triplet: AA, 55 and 1C. RGB value is (170,85,28). Sum of RGB (Red+Green+Blue) = 170+85+28=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA551C is #55AAE3. Grayscale: #686868. Windows color (decimal): -5614308 or 1856938. OLE color: 1856938.

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

Color convert

RGB 170 85 28 -
CMYK 0 0.50 0.84 0.33
HSL 24.08º 0.72% 0.39% -
HSV(B) 24.08º 0.84% 0.67% -
XYZ 20.04 15.13 2.96 -
YUV 103.92 85.16 175.13 -
System Red Green Blue C M Y K H S L
Decimal 170 85 28 0 0.50 0.84 0.33 24.08 0.72 0.39
Hex AA 55 1C 0 32 54 21 18 48 27
Octal 252 125 34 0 62 124 41 30 110 47
Binary 10101010 1010101 11100 0 110010 1010100 100001 11000 1001000 100111

Color Harmonies of #AA551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA551C

Black with #AA551C

Text Example


Text Example

White with #AA551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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