#A7506A

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

Shades of Blush #A7506A

Tints of Blush #A7506A

Color information

#A7506A (or 0xA7506A) is unknown color: approx Blush. HEX triplet: A7, 50 and 6A. RGB value is (167,80,106). Sum of RGB (Red+Green+Blue) = 167+80+106=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A7506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7506A is #58AF95. Grayscale: #6C6C6C. Windows color (decimal): -5812118 or 6967463. OLE color: 6967463.

HSL color Cylindrical-coordinate representation of color #A7506A: hue angle of 342.07º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7506A is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16780106-
CMYK00.520.370.35
HSL342.07º35.22%48.43%-
HSV(B)342.07º52.1%65.49%-
XYZ21.4114.9915.4-
YUV108.98126.32169.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=47.31%
G=22.66%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678010600.520.370.35342.0735.2248.43
HexA7506A03425231562330
Octal24712015206445435264360
Binary10100111101000011010100110100100101100011101010110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7506A; }

 p { color: rgb(167,80,106); }

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

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

 a { background-color: rgb(167,80,106); }

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

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

 span { border-color: rgb(167,80,106); }

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