#A65715

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

Shades of Rich Gold #A65715

Tints of Rich Gold #A65715

Color information

#A65715 (or 0xA65715) is unknown color: approx Rich Gold. HEX triplet: A6, 57 and 15. RGB value is (166,87,21). Sum of RGB (Red+Green+Blue) = 166+87+21=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A65715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65715 is #59A8EA. Grayscale: #676767. Windows color (decimal): -5875947 or 1398694. OLE color: 1398694.

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

Color convert

RGB1668721-
CMYK00.480.870.35
HSL27.31º77.54%36.67%-
HSV(B)27.31º87.35%65.1%-
XYZ19.2714.982.58-
YUV103.181.67172.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.58%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 21 (8.59% from 255) = 7.66%
R=60.58%
G=31.75%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166872100.480.870.3527.3177.5436.67
HexA6571503057231b4e25
Octal24612725060127433311645
Binary1010011010101111010101100001010111100011110111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65715; }

 p { color: rgb(166,87,21); }

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

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

 a { background-color: rgb(166,87,21); }

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

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

 span { border-color: rgb(166,87,21); }

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