#A85967

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

Shades of Blush #A85967

Tints of Blush #A85967

Color information

#A85967 (or 0xA85967) is unknown color: approx Blush. HEX triplet: A8, 59 and 67. RGB value is (168,89,103). Sum of RGB (Red+Green+Blue) = 168+89+103=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A85967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85967 is #57A698. Grayscale: #727272. Windows color (decimal): -5744281 or 6773160. OLE color: 6773160.

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

Color convert

RGB16889103-
CMYK00.470.390.34
HSL349.37º31.23%50.39%-
HSV(B)349.37º47.02%65.88%-
XYZ22.1716.4514.84-
YUV114.22121.67166.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 103 (40.62% from 255) = 28.61%
R=46.67%
G=24.72%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688910300.470.390.34349.3731.2350.39
HexA8596702F272215d1f32
Octal25013114705747425353762
Binary1010100010110011100111010111110011110001010101110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85967; }

 p { color: rgb(168,89,103); }

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

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

 a { background-color: rgb(168,89,103); }

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

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

 span { border-color: rgb(168,89,103); }

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