#A15314

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

Shades of Rich Gold #A15314

Tints of Rich Gold #A15314

Color information

#A15314 (or 0xA15314) is unknown color: approx Rich Gold. HEX triplet: A1, 53 and 14. RGB value is (161,83,20). Sum of RGB (Red+Green+Blue) = 161+83+20=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A15314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15314 is #5EACEB. Grayscale: #636363. Windows color (decimal): -6204652 or 1332129. OLE color: 1332129.

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

Color convert

RGB1618320-
CMYK00.480.880.37
HSL26.81º77.9%35.49%-
HSV(B)26.81º87.58%63.14%-
XYZ17.9213.812.38-
YUV99.1483.34172.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.98%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=60.98%
G=31.44%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161832000.480.880.3726.8177.935.49
HexA1531403058251b4e23
Octal24112324060130453311643
Binary1010000110100111010001100001011000100101110111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15314; }

 p { color: rgb(161,83,20); }

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

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

 a { background-color: rgb(161,83,20); }

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

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

 span { border-color: rgb(161,83,20); }

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