#A95E67

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

Shades of Blush #A95E67

Tints of Blush #A95E67

Color information

#A95E67 (or 0xA95E67) is unknown color: approx Blush. HEX triplet: A9, 5E and 67. RGB value is (169,94,103). Sum of RGB (Red+Green+Blue) = 169+94+103=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E67 is #56A198. Grayscale: #757575. Windows color (decimal): -5677465 or 6774441. OLE color: 6774441.

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

Color convert

RGB16994103-
CMYK00.440.390.34
HSL352.8º30.36%51.57%-
HSV(B)352.8º44.38%66.27%-
XYZ22.8117.4214.99-
YUV117.45119.85164.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 103 (40.62% from 255) = 28.14%
R=46.17%
G=25.68%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699410300.440.390.34352.830.3651.57
HexA95E6702C27221611e34
Octal25113614705447425413664
Binary1010100110111101100111010110010011110001010110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E67; }

 p { color: rgb(169,94,103); }

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

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

 a { background-color: rgb(169,94,103); }

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

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

 span { border-color: rgb(169,94,103); }

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