#A25B1E

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

Shades of Rich Gold #A25B1E

Tints of Rich Gold #A25B1E

Color information

#A25B1E (or 0xA25B1E) is unknown color: approx Rich Gold. HEX triplet: A2, 5B and 1E. RGB value is (162,91,30). Sum of RGB (Red+Green+Blue) = 162+91+30=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B1E is #5DA4E1. Grayscale: #696969. Windows color (decimal): -6137058 or 1989538. OLE color: 1989538.

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

Color convert

RGB1629130-
CMYK00.440.810.36
HSL27.73º68.75%37.65%-
HSV(B)27.73º81.48%63.53%-
XYZ18.8815.263.18-
YUV105.2885.52168.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=57.24%
G=32.16%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162913000.440.810.3627.7368.7537.65
HexA25B1E02C51241c4526
Octal24213336054121443410546
Binary1010001010110111111001011001010001100100111001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B1E; }

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

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

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

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

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

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

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

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