#A25D1E

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

Shades of Rich Gold #A25D1E

Tints of Rich Gold #A25D1E

Color information

#A25D1E (or 0xA25D1E) is unknown color: approx Rich Gold. HEX triplet: A2, 5D and 1E. RGB value is (162,93,30). Sum of RGB (Red+Green+Blue) = 162+93+30=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D1E is #5DA2E1. Grayscale: #6A6A6A. Windows color (decimal): -6136546 or 1990050. OLE color: 1990050.

HSL color Cylindrical-coordinate representation of color #A25D1E: hue angle of 28.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A25D1E is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1629330-
CMYK00.430.810.36
HSL28.64º68.75%37.65%-
HSV(B)28.64º81.48%63.53%-
XYZ19.0515.63.24-
YUV106.4584.86167.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=56.84%
G=32.63%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162933000.430.810.3628.6468.7537.65
HexA25D1E02B51241d4526
Octal24213536053121443510546
Binary1010001010111011111001010111010001100100111011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D1E; }

 p { color: rgb(162,93,30); }

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

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

 a { background-color: rgb(162,93,30); }

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

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

 span { border-color: rgb(162,93,30); }

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