#A25C1E

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

Shades of Rich Gold #A25C1E

Tints of Rich Gold #A25C1E

Color information

#A25C1E (or 0xA25C1E) is unknown color: approx Rich Gold. HEX triplet: A2, 5C and 1E. RGB value is (162,92,30). Sum of RGB (Red+Green+Blue) = 162+92+30=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C1E is #5DA3E1. Grayscale: #6A6A6A. Windows color (decimal): -6136802 or 1989794. OLE color: 1989794.

HSL color Cylindrical-coordinate representation of color #A25C1E: hue angle of 28.18º 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 #A25C1E is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1629230-
CMYK00.430.810.36
HSL28.18º68.75%37.65%-
HSV(B)28.18º81.48%63.53%-
XYZ18.9615.433.21-
YUV105.8685.19168.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 30 (12.11% from 255) = 10.56%
R=57.04%
G=32.39%
B=10.56%

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
Decimal162923000.430.810.3628.1868.7537.65
HexA25C1E02B51241c4526
Octal24213436053121443410546
Binary1010001010111001111001010111010001100100111001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C1E; }

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

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

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

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

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

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

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

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