#A6531F

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

Shades of Rich Gold #A6531F

Tints of Rich Gold #A6531F

Color information

#A6531F (or 0xA6531F) is unknown color: approx Rich Gold. HEX triplet: A6, 53 and 1F. RGB value is (166,83,31). Sum of RGB (Red+Green+Blue) = 166+83+31=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6531F is #59ACE0. Grayscale: #666666. Windows color (decimal): -5876961 or 2053030. OLE color: 2053030.

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

Color convert

RGB1668331-
CMYK00.500.810.35
HSL23.11º68.53%38.63%-
HSV(B)23.11º81.33%65.1%-
XYZ19.0714.393.07-
YUV101.8988173.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.29%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=59.29%
G=29.64%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166833100.500.810.3523.1168.5338.63
HexA6531F0325123174527
Octal24612337062121432710547
Binary1010011010100111111101100101010001100011101111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6531F; }

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

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

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

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

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

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

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

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