#A95C65

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

Shades of Blush #A95C65

Tints of Blush #A95C65

Color information

#A95C65 (or 0xA95C65) is unknown color: approx Blush. HEX triplet: A9, 5C and 65. RGB value is (169,92,101). Sum of RGB (Red+Green+Blue) = 169+92+101=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C65 is #56A39A. Grayscale: #747474. Windows color (decimal): -5677979 or 6642857. OLE color: 6642857.

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

Color convert

RGB16992101-
CMYK00.460.400.34
HSL352.99º30.92%51.18%-
HSV(B)352.99º45.56%66.27%-
XYZ22.5417.0314.41-
YUV116.05119.51165.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.69%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=46.69%
G=25.41%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699210100.460.400.34352.9930.9251.18
HexA95C6502E28221611f33
Octal25113414505650425413763
Binary1010100110111001100101010111010100010001010110000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C65; }

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

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

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

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

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

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

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

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