#A95C6D

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

Shades of Blush #A95C6D

Tints of Blush #A95C6D

Color information

#A95C6D (or 0xA95C6D) is unknown color: approx Blush. HEX triplet: A9, 5C and 6D. RGB value is (169,92,109). Sum of RGB (Red+Green+Blue) = 169+92+109=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C6D is #56A392. Grayscale: #747474. Windows color (decimal): -5677971 or 7167145. OLE color: 7167145.

HSL color Cylindrical-coordinate representation of color #A95C6D: hue angle of 346.75º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95C6D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16992109-
CMYK00.460.360.34
HSL346.75º30.92%51.18%-
HSV(B)346.75º45.56%66.27%-
XYZ22.9517.1916.58-
YUV116.96123.51165.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=45.68%
G=24.86%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699210900.460.360.34346.7530.9251.18
HexA95C6D02E242215b1f33
Octal25113415505644425333763
Binary1010100110111001101101010111010010010001010101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C6D; }

 p { color: rgb(169,92,109); }

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

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

 a { background-color: rgb(169,92,109); }

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

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

 span { border-color: rgb(169,92,109); }

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