#A2510F

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

Shades of Rich Gold #A2510F

Tints of Rich Gold #A2510F

Color information

#A2510F (or 0xA2510F) is unknown color: approx Rich Gold. HEX triplet: A2, 51 and 0F. RGB value is (162,81,15). Sum of RGB (Red+Green+Blue) = 162+81+15=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A2510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2510F is #5DAEF0. Grayscale: #626262. Windows color (decimal): -6139633 or 1003938. OLE color: 1003938.

HSL color Cylindrical-coordinate representation of color #A2510F: hue angle of 26.94º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2510F is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1628115-
CMYK00.500.910.36
HSL26.94º83.05%34.71%-
HSV(B)26.94º90.74%63.53%-
XYZ17.9313.62.13-
YUV97.6981.34173.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.79%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=62.79%
G=31.40%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162811500.500.910.3626.9483.0534.71
HexA251F0325B241b5323
Octal24212117062133443312343
Binary101000101010001111101100101011011100100110111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2510F; }

 p { color: rgb(162,81,15); }

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

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

 a { background-color: rgb(162,81,15); }

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

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

 span { border-color: rgb(162,81,15); }

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