#A7616E

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

Shades of Turkish Rose #A7616E

Tints of Turkish Rose #A7616E

Color information

#A7616E (or 0xA7616E) is unknown color: approx Turkish Rose. HEX triplet: A7, 61 and 6E. RGB value is (167,97,110). Sum of RGB (Red+Green+Blue) = 167+97+110=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A7616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7616E is #589E91. Grayscale: #777777. Windows color (decimal): -5807762 or 7233959. OLE color: 7233959.

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

Color convert

RGB16797110-
CMYK00.420.340.35
HSL348.86º28.46%51.76%-
HSV(B)348.86º41.92%65.49%-
XYZ23.0317.8916.99-
YUV119.41122.69161.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=44.65%
G=25.94%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679711000.420.340.35348.8628.4651.76
HexA7616E02A222315d1c34
Octal24714115605242435353464
Binary1010011111000011101110010101010001010001110101110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7616E; }

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

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

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

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

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

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

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

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