#A64B23

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

Shades of Rich Gold #A64B23

Tints of Rich Gold #A64B23

Color information

#A64B23 (or 0xA64B23) is unknown color: approx Rich Gold. HEX triplet: A6, 4B and 23. RGB value is (166,75,35). Sum of RGB (Red+Green+Blue) = 166+75+35=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B23 is #59B4DC. Grayscale: #616161. Windows color (decimal): -5879005 or 2313126. OLE color: 2313126.

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

Color convert

RGB1667535-
CMYK00.550.790.35
HSL18.32º65.17%39.41%-
HSV(B)18.32º78.92%65.1%-
XYZ18.5513.263.17-
YUV97.6592.65176.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 35 (14.06% from 255) = 12.68%
R=60.14%
G=27.17%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166753500.550.790.3518.3265.1739.41
HexA64B230374F23124127
Octal24611343067117432210147
Binary10100110100101110001101101111001111100011100101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B23; }

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

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

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

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

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

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

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

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