Html Css Color HEX #AA551D Rich Gold

📋 copy color: '#AA551D'

red 170 ◦ green 85 ◦ blue 29

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

Shades of Rich Gold #AA551D

Tints of Rich Gold #AA551D

RGB

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

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

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

R = 59.86%
G = 29.93%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA551D (or 0xAA551D) is known color: Rich Gold. HEX triplet: AA, 55 and 1D. RGB value is (170,85,29). Sum of RGB (Red+Green+Blue) = 170+85+29=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA551D is #55AAE2. Grayscale: #686868. Windows color (decimal): -5614307 or 1922474. OLE color: 1922474.

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

Color convert

RGB 170 85 29 -
CMYK 0 0.50 0.83 0.33
HSL 23.83º 0.71% 0.39% -
HSV(B) 23.83º 0.83% 0.67% -
XYZ 20.05 15.13 3.03 -
YUV 104.03 85.66 175.05 -
System Red Green Blue C M Y K H S L
Decimal 170 85 29 0 0.50 0.83 0.33 23.83 0.71 0.39
Hex AA 55 1D 0 32 53 21 18 47 27
Octal 252 125 35 0 62 123 41 30 107 47
Binary 10101010 1010101 11101 0 110010 1010011 100001 11000 1000111 100111

Color Harmonies of #AA551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA551D

Black with #AA551D

Text Example


Text Example

White with #AA551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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