#A7616D

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

Shades of Turkish Rose #A7616D

Tints of Turkish Rose #A7616D

Color information

#A7616D (or 0xA7616D) is unknown color: approx Turkish Rose. HEX triplet: A7, 61 and 6D. RGB value is (167,97,109). Sum of RGB (Red+Green+Blue) = 167+97+109=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7616D is #589E92. Grayscale: #777777. Windows color (decimal): -5807763 or 7168423. OLE color: 7168423.

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

Color convert

RGB16797109-
CMYK00.420.350.35
HSL349.71º28.46%51.76%-
HSV(B)349.71º41.92%65.49%-
XYZ22.9717.8716.71-
YUV119.3122.19162.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 97 (38.28% from 255) = 26.01%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=44.77%
G=26.01%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679710900.420.350.35349.7128.4651.76
HexA7616D02A232315e1c34
Octal24714115505243435363464
Binary1010011111000011101101010101010001110001110101111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7616D; }

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

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

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

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

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

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

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

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