#A64B13

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

Shades of Rich Gold #A64B13

Tints of Rich Gold #A64B13

Color information

#A64B13 (or 0xA64B13) is unknown color: approx Rich Gold. HEX triplet: A6, 4B and 13. RGB value is (166,75,19). Sum of RGB (Red+Green+Blue) = 166+75+19=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64B13 is #59B4EC. Grayscale: #606060. Windows color (decimal): -5879021 or 1264550. OLE color: 1264550.

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

Color convert

RGB1667519-
CMYK00.550.890.35
HSL22.86º79.46%36.27%-
HSV(B)22.86º88.55%65.1%-
XYZ18.3613.192.19-
YUV95.8284.65178.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.85%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 19 (7.81% from 255) = 7.31%
R=63.85%
G=28.85%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166751900.550.890.3522.8679.4636.27
HexA64B130375923174f24
Octal24611323067131432711744
Binary1010011010010111001101101111011001100011101111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B13; }

 p { color: rgb(166,75,19); }

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

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

 a { background-color: rgb(166,75,19); }

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

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

 span { border-color: rgb(166,75,19); }

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