#A65318

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

Shades of Rich Gold #A65318

Tints of Rich Gold #A65318

Color information

#A65318 (or 0xA65318) is unknown color: approx Rich Gold. HEX triplet: A6, 53 and 18. RGB value is (166,83,24). Sum of RGB (Red+Green+Blue) = 166+83+24=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A65318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65318 is #59ACE7. Grayscale: #656565. Windows color (decimal): -5876968 or 1594278. OLE color: 1594278.

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

Color convert

RGB1668324-
CMYK00.500.860.35
HSL24.93º74.74%37.25%-
HSV(B)24.93º85.54%65.1%-
XYZ18.9814.362.64-
YUV101.0984.5174.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.81%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 24 (9.77% from 255) = 8.79%
R=60.81%
G=30.40%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166832400.500.860.3524.9374.7437.25
HexA653180325623194b25
Octal24612330062126433111345
Binary1010011010100111100001100101010110100011110011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65318; }

 p { color: rgb(166,83,24); }

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

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

 a { background-color: rgb(166,83,24); }

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

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

 span { border-color: rgb(166,83,24); }

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