#A25412

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

Shades of Rich Gold #A25412

Tints of Rich Gold #A25412

Color information

#A25412 (or 0xA25412) is unknown color: approx Rich Gold. HEX triplet: A2, 54 and 12. RGB value is (162,84,18). Sum of RGB (Red+Green+Blue) = 162+84+18=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A25412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25412 is #5DABED. Grayscale: #646464. Windows color (decimal): -6138862 or 1201314. OLE color: 1201314.

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

Color convert

RGB1628418-
CMYK00.480.890.36
HSL27.5º80%35.29%-
HSV(B)27.5º88.89%63.53%-
XYZ18.1814.072.33-
YUV99.881.84172.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=61.36%
G=31.82%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162841800.480.890.3627.58035.29
HexA2541203059241c5023
Octal24212422060131443412043
Binary1010001010101001001001100001011001100100111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25412; }

 p { color: rgb(162,84,18); }

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

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

 a { background-color: rgb(162,84,18); }

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

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

 span { border-color: rgb(162,84,18); }

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