#A75466

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

Shades of Blush #A75466

Tints of Blush #A75466

Color information

#A75466 (or 0xA75466) is unknown color: approx Blush. HEX triplet: A7, 54 and 66. RGB value is (167,84,102). Sum of RGB (Red+Green+Blue) = 167+84+102=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A75466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75466 is #58AB99. Grayscale: #6E6E6E. Windows color (decimal): -5811098 or 6706343. OLE color: 6706343.

HSL color Cylindrical-coordinate representation of color #A75466: hue angle of 346.99º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75466 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16784102-
CMYK00.500.390.35
HSL346.99º33.07%49.22%-
HSV(B)346.99º49.7%65.49%-
XYZ21.515.5214.43-
YUV110.87123168.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=47.31%
G=23.80%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678410200.500.390.35346.9933.0749.22
HexA75466032272315b2131
Octal24712414606247435334161
Binary10100111101010011001100110010100111100011101011011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75466; }

 p { color: rgb(167,84,102); }

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

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

 a { background-color: rgb(167,84,102); }

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

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

 span { border-color: rgb(167,84,102); }

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