#A55626

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

Shades of Rich Gold #A55626

Tints of Rich Gold #A55626

Color information

#A55626 (or 0xA55626) is unknown color: approx Rich Gold. HEX triplet: A5, 56 and 26. RGB value is (165,86,38). Sum of RGB (Red+Green+Blue) = 165+86+38=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A55626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55626 is #5AA9D9. Grayscale: #686868. Windows color (decimal): -5941722 or 2512549. OLE color: 2512549.

HSL color Cylindrical-coordinate representation of color #A55626: hue angle of 22.68º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A55626 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1658638-
CMYK00.480.770.35
HSL22.68º62.56%39.8%-
HSV(B)22.68º76.97%64.71%-
XYZ19.1914.793.68-
YUV104.1590.67171.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.09%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=57.09%
G=29.76%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165863800.480.770.3522.6862.5639.8
HexA556260304D23173f28
Octal2451264606011543277750
Binary1010010110101101001100110000100110110001110111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55626; }

 p { color: rgb(165,86,38); }

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

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

 a { background-color: rgb(165,86,38); }

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

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

 span { border-color: rgb(165,86,38); }

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