#A95827

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

Shades of Rich Gold #A95827

Tints of Rich Gold #A95827

Color information

#A95827 (or 0xA95827) is unknown color: approx Rich Gold. HEX triplet: A9, 58 and 27. RGB value is (169,88,39). Sum of RGB (Red+Green+Blue) = 169+88+39=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A95827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95827 is #56A7D8. Grayscale: #6A6A6A. Windows color (decimal): -5679065 or 2578601. OLE color: 2578601.

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

Color convert

RGB1698839-
CMYK00.480.770.34
HSL22.62º62.5%40.78%-
HSV(B)22.62º76.92%66.27%-
XYZ20.2215.563.86-
YUV106.6389.84172.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.09%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 39 (15.62% from 255) = 13.18%
R=57.09%
G=29.73%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169883900.480.770.3422.6262.540.78
HexA958270304D22173e29
Octal2511304706011542277651
Binary1010100110110001001110110000100110110001010111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95827; }

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

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

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

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

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

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

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

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