#A7606C

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

Shades of Turkish Rose #A7606C

Tints of Turkish Rose #A7606C

Color information

#A7606C (or 0xA7606C) is unknown color: approx Turkish Rose. HEX triplet: A7, 60 and 6C. RGB value is (167,96,108). Sum of RGB (Red+Green+Blue) = 167+96+108=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A7606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7606C is #589F93. Grayscale: #767676. Windows color (decimal): -5808020 or 7102631. OLE color: 7102631.

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

Color convert

RGB16796108-
CMYK00.430.350.35
HSL349.86º28.74%51.57%-
HSV(B)349.86º42.51%65.49%-
XYZ22.8317.6616.39-
YUV118.6122.02162.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=45.01%
G=25.88%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679610800.430.350.35349.8628.7451.57
HexA7606C02B232315e1d34
Octal24714015405343435363564
Binary1010011111000001101100010101110001110001110101111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7606C; }

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

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

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

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

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

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

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

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