#a55316

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

Shades of Rich Gold #A55316

Tints of Rich Gold #A55316

Color information

#A55316 (or 0xA55316) is unknown color: approx Rich Gold. HEX triplet: A5, 53 and 16. RGB value is (165,83,22). Sum of RGB (Red+Green+Blue) = 165+83+22=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A55316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55316 is #5AACE9. Grayscale: #646464. Windows color (decimal): -5942506 or 1463205. OLE color: 1463205.

HSL color Cylindrical-coordinate representation of color #A55316: hue angle of 25.59º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A55316 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1658322-
CMYK00.500.870.35
HSL25.59º76.47%36.67%-
HSV(B)25.59º86.67%64.71%-
XYZ18.7614.242.52-
YUV100.5683.67173.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.11%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=61.11%
G=30.74%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165832200.500.870.3525.5976.4736.67
HexA5531603257231a4c25
Octal24512326062127433211445
Binary1010010110100111011001100101010111100011110101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55316; }

 p { color: rgb(165,83,22); }

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

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

 a { background-color: rgb(165,83,22); }

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

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

 span { border-color: rgb(165,83,22); }

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