#A85A6B

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

Shades of Blush #A85A6B

Tints of Blush #A85A6B

Color information

#A85A6B (or 0xA85A6B) is unknown color: approx Blush. HEX triplet: A8, 5A and 6B. RGB value is (168,90,107). Sum of RGB (Red+Green+Blue) = 168+90+107=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A6B is #57A594. Grayscale: #737373. Windows color (decimal): -5744021 or 7035560. OLE color: 7035560.

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

Color convert

RGB16890107-
CMYK00.460.360.34
HSL346.92º30.95%50.59%-
HSV(B)346.92º46.43%65.88%-
XYZ22.4616.715.95-
YUV115.26123.34165.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=46.03%
G=24.66%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689010700.460.360.34346.9230.9550.59
HexA85A6B02E242215b1f33
Octal25013215305644425333763
Binary1010100010110101101011010111010010010001010101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A6B; }

 p { color: rgb(168,90,107); }

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

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

 a { background-color: rgb(168,90,107); }

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

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

 span { border-color: rgb(168,90,107); }

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