#A95D67

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

Shades of Blush #A95D67

Tints of Blush #A95D67

Color information

#A95D67 (or 0xA95D67) is unknown color: approx Blush. HEX triplet: A9, 5D and 67. RGB value is (169,93,103). Sum of RGB (Red+Green+Blue) = 169+93+103=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95D67 is #56A298. Grayscale: #747474. Windows color (decimal): -5677721 or 6774185. OLE color: 6774185.

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

Color convert

RGB16993103-
CMYK00.450.390.34
HSL352.11º30.65%51.37%-
HSV(B)352.11º44.97%66.27%-
XYZ22.7217.2414.96-
YUV116.86120.18165.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=46.30%
G=25.48%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699310300.450.390.34352.1130.6551.37
HexA95D6702D27221601f33
Octal25113514705547425403763
Binary1010100110111011100111010110110011110001010110000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D67; }

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

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

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

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

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

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

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

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