#A95C6C

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

Shades of Blush #A95C6C

Tints of Blush #A95C6C

Color information

#A95C6C (or 0xA95C6C) is unknown color: approx Blush. HEX triplet: A9, 5C and 6C. RGB value is (169,92,108). Sum of RGB (Red+Green+Blue) = 169+92+108=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C6C is #56A393. Grayscale: #747474. Windows color (decimal): -5677972 or 7101609. OLE color: 7101609.

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

Color convert

RGB16992108-
CMYK00.460.360.34
HSL347.53º30.92%51.18%-
HSV(B)347.53º45.56%66.27%-
XYZ22.917.1716.3-
YUV116.85123.01165.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=45.80%
G=24.93%
B=29.27%

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
Decimal1699210800.460.360.34347.5330.9251.18
HexA95C6C02E242215c1f33
Octal25113415405644425343763
Binary1010100110111001101100010111010010010001010101110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C6C; }

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

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

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

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

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

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

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

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