#A95726

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

Shades of Rich Gold #A95726

Tints of Rich Gold #A95726

Color information

#A95726 (or 0xA95726) is unknown color: approx Rich Gold. HEX triplet: A9, 57 and 26. RGB value is (169,87,38). Sum of RGB (Red+Green+Blue) = 169+87+38=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A95726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95726 is #56A8D9. Grayscale: #6A6A6A. Windows color (decimal): -5679322 or 2512809. OLE color: 2512809.

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

Color convert

RGB1698738-
CMYK00.490.780.34
HSL22.44º63.29%40.59%-
HSV(B)22.44º77.51%66.27%-
XYZ20.1215.393.74-
YUV105.9389.67172.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.48%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 38 (15.23% from 255) = 12.93%
R=57.48%
G=29.59%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169873800.490.780.3422.4463.2940.59
HexA957260314E22163f29
Octal2511274606111642267751
Binary1010100110101111001100110001100111010001010110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95726; }

 p { color: rgb(169,87,38); }

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

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

 a { background-color: rgb(169,87,38); }

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

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

 span { border-color: rgb(169,87,38); }

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