#A55614

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

Shades of Rich Gold #A55614

Tints of Rich Gold #A55614

Color information

#A55614 (or 0xA55614) is unknown color: approx Rich Gold. HEX triplet: A5, 56 and 14. RGB value is (165,86,20). Sum of RGB (Red+Green+Blue) = 165+86+20=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A55614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55614 is #5AA9EB. Grayscale: #666666. Windows color (decimal): -5941740 or 1332901. OLE color: 1332901.

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

Color convert

RGB1658620-
CMYK00.480.880.35
HSL27.31º78.38%36.27%-
HSV(B)27.31º87.88%64.71%-
XYZ18.9714.712.5-
YUV102.181.67172.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.89%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=60.89%
G=31.73%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165862000.480.880.3527.3178.3836.27
HexA5561403058231b4e24
Octal24512624060130433311644
Binary1010010110101101010001100001011000100011110111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55614; }

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

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

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

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

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

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

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

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