#A95165

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

Shades of Blush #A95165

Tints of Blush #A95165

Color information

#A95165 (or 0xA95165) is unknown color: approx Blush. HEX triplet: A9, 51 and 65. RGB value is (169,81,101). Sum of RGB (Red+Green+Blue) = 169+81+101=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A95165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95165 is #56AE9A. Grayscale: #6D6D6D. Windows color (decimal): -5680795 or 6640041. OLE color: 6640041.

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

Color convert

RGB16981101-
CMYK00.520.400.34
HSL346.36º35.2%49.02%-
HSV(B)346.36º52.07%66.27%-
XYZ21.6515.2614.12-
YUV109.59123.15170.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 101 (39.84% from 255) = 28.77%
R=48.15%
G=23.08%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698110100.520.400.34346.3635.249.02
HexA95165034282215a2331
Octal25112114506450425324361
Binary10101001101000111001010110100101000100010101011010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95165; }

 p { color: rgb(169,81,101); }

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

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

 a { background-color: rgb(169,81,101); }

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

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

 span { border-color: rgb(169,81,101); }

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