#A75967

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

Shades of Blush #A75967

Tints of Blush #A75967

Color information

#A75967 (or 0xA75967) is unknown color: approx Blush. HEX triplet: A7, 59 and 67. RGB value is (167,89,103). Sum of RGB (Red+Green+Blue) = 167+89+103=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A75967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75967 is #58A698. Grayscale: #717171. Windows color (decimal): -5809817 or 6773159. OLE color: 6773159.

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

Color convert

RGB16789103-
CMYK00.470.380.35
HSL349.23º30.71%50.2%-
HSV(B)349.23º46.71%65.49%-
XYZ21.9616.3414.83-
YUV113.92121.84165.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 103 (40.62% from 255) = 28.69%
R=46.52%
G=24.79%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678910300.470.380.35349.2330.7150.2
HexA7596702F262315d1f32
Octal24713114705746435353762
Binary1010011110110011100111010111110011010001110101110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75967; }

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

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

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

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

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

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

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

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