#A95825

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

Shades of Rich Gold #A95825

Tints of Rich Gold #A95825

Color information

#A95825 (or 0xA95825) is unknown color: approx Rich Gold. HEX triplet: A9, 58 and 25. RGB value is (169,88,37). Sum of RGB (Red+Green+Blue) = 169+88+37=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A95825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95825 is #56A7DA. Grayscale: #6A6A6A. Windows color (decimal): -5679067 or 2447529. OLE color: 2447529.

HSL color Cylindrical-coordinate representation of color #A95825: hue angle of 23.18º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A95825 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB1698837-
CMYK00.480.780.34
HSL23.18º64.08%40.39%-
HSV(B)23.18º78.11%66.27%-
XYZ20.1915.553.69-
YUV106.488.84172.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.48%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=57.48%
G=29.93%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169883700.480.780.3423.1864.0840.39
HexA958250304E22174028
Octal25113045060116422710050
Binary10101001101100010010101100001001110100010101111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95825; }

 p { color: rgb(169,88,37); }

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

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

 a { background-color: rgb(169,88,37); }

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

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

 span { border-color: rgb(169,88,37); }

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