#A25315

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

Shades of Rich Gold #A25315

Tints of Rich Gold #A25315

Color information

#A25315 (or 0xA25315) is unknown color: approx Rich Gold. HEX triplet: A2, 53 and 15. RGB value is (162,83,21). Sum of RGB (Red+Green+Blue) = 162+83+21=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A25315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25315 is #5DACEA. Grayscale: #636363. Windows color (decimal): -6139115 or 1397666. OLE color: 1397666.

HSL color Cylindrical-coordinate representation of color #A25315: hue angle of 26.38º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A25315 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1628321-
CMYK00.490.870.36
HSL26.38º77.05%35.88%-
HSV(B)26.38º87.04%63.53%-
XYZ18.1313.922.44-
YUV99.5583.67172.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=60.90%
G=31.20%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162832100.490.870.3626.3877.0535.88
HexA2531503157241a4d24
Octal24212325061127443211544
Binary1010001010100111010101100011010111100100110101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25315; }

 p { color: rgb(162,83,21); }

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

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

 a { background-color: rgb(162,83,21); }

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

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

 span { border-color: rgb(162,83,21); }

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