#A75467

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

Shades of Blush #A75467

Tints of Blush #A75467

Color information

#A75467 (or 0xA75467) is unknown color: approx Blush. HEX triplet: A7, 54 and 67. RGB value is (167,84,103). Sum of RGB (Red+Green+Blue) = 167+84+103=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A75467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75467 is #58AB98. Grayscale: #6E6E6E. Windows color (decimal): -5811097 or 6771879. OLE color: 6771879.

HSL color Cylindrical-coordinate representation of color #A75467: hue angle of 346.27º 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 #A75467 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16784103-
CMYK00.500.380.35
HSL346.27º33.07%49.22%-
HSV(B)346.27º49.7%65.49%-
XYZ21.5515.5414.69-
YUV110.98123.5167.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.18%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=47.18%
G=23.73%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678410300.500.380.35346.2733.0749.22
HexA75467032262315a2131
Octal24712414706246435324161
Binary10100111101010011001110110010100110100011101011010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75467; }

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

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

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

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

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

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

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

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