#A9551D

Color #A9551D Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A9551D

Tints of Rich Gold #A9551D

Color information

#A9551D (or 0xA9551D) is unknown color: approx Rich Gold. HEX triplet: A9, 55 and 1D. RGB value is (169,85,29). Sum of RGB (Red+Green+Blue) = 169+85+29=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A9551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9551D is #56AAE2. Grayscale: #686868. Windows color (decimal): -5679843 or 1922473. OLE color: 1922473.

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

Color convert

RGB1698529-
CMYK00.500.830.34
HSL24º70.71%38.82%-
HSV(B)24º82.84%66.27%-
XYZ19.8315.023.02-
YUV103.7385.83174.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.72%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=59.72%
G=30.04%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169852900.500.830.342470.7138.82
HexA9551D0325322184727
Octal25112535062123423010747
Binary1010100110101011110101100101010011100010110001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9551D; }

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

 H1.HeaderClassName
 {
   color: #A9551D;
 }
 .AnyTagClassName
 {
   color: #A9551D;
 }
</style>
background-color css

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

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

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

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

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

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