#AD616B

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

Shades of Turkish Rose #AD616B

Tints of Turkish Rose #AD616B

Color information

#AD616B (or 0xAD616B) is unknown color: approx Turkish Rose. HEX triplet: AD, 61 and 6B. RGB value is (173,97,107). Sum of RGB (Red+Green+Blue) = 173+97+107=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD616B is #529E94. Grayscale: #787878. Windows color (decimal): -5414549 or 7037357. OLE color: 7037357.

HSL color Cylindrical-coordinate representation of color #AD616B: hue angle of 352.11º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD616B is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB17397107-
CMYK00.440.380.32
HSL352.11º31.67%52.94%-
HSV(B)352.11º43.93%67.84%-
XYZ24.1618.516.21-
YUV120.86120.18165.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=45.89%
G=25.73%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739710700.440.380.32352.1131.6752.94
HexAD616B02C26201602035
Octal25514115305446405404065
Binary10101101110000111010110101100100110100000101100000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD616B; }

 p { color: rgb(173,97,107); }

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

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

 a { background-color: rgb(173,97,107); }

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

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

 span { border-color: rgb(173,97,107); }

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