#AD616A

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

Shades of Turkish Rose #AD616A

Tints of Turkish Rose #AD616A

Color information

#AD616A (or 0xAD616A) is unknown color: approx Turkish Rose. HEX triplet: AD, 61 and 6A. RGB value is (173,97,106). Sum of RGB (Red+Green+Blue) = 173+97+106=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD616A is #529E95. Grayscale: #787878. Windows color (decimal): -5414550 or 6971821. OLE color: 6971821.

HSL color Cylindrical-coordinate representation of color #AD616A: hue angle of 352.89º 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 #AD616A is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB17397106-
CMYK00.440.390.32
HSL352.89º31.67%52.94%-
HSV(B)352.89º43.93%67.84%-
XYZ24.1118.4715.93-
YUV120.75119.68165.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=46.01%
G=25.80%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739710600.440.390.32352.8931.6752.94
HexAD616A02C27201612035
Octal25514115205447405414065
Binary10101101110000111010100101100100111100000101100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD616A; }

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

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

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

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

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

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

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

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