#A7606E

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

Shades of Turkish Rose #A7606E

Tints of Turkish Rose #A7606E

Color information

#A7606E (or 0xA7606E) is unknown color: approx Turkish Rose. HEX triplet: A7, 60 and 6E. RGB value is (167,96,110). Sum of RGB (Red+Green+Blue) = 167+96+110=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7606E is #589F91. Grayscale: #767676. Windows color (decimal): -5808018 or 7233703. OLE color: 7233703.

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

Color convert

RGB16796110-
CMYK00.430.340.35
HSL348.17º28.74%51.57%-
HSV(B)348.17º42.51%65.49%-
XYZ22.9317.7116.96-
YUV118.82123.02162.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=44.77%
G=25.74%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679611000.430.340.35348.1728.7451.57
HexA7606E02B222315c1d34
Octal24714015605342435343564
Binary1010011111000001101110010101110001010001110101110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7606E; }

 p { color: rgb(167,96,110); }

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

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

 a { background-color: rgb(167,96,110); }

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

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

 span { border-color: rgb(167,96,110); }

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