#AD606A

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

Shades of Turkish Rose #AD606A

Tints of Turkish Rose #AD606A

Color information

#AD606A (or 0xAD606A) is unknown color: approx Turkish Rose. HEX triplet: AD, 60 and 6A. RGB value is (173,96,106). Sum of RGB (Red+Green+Blue) = 173+96+106=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD606A is #529F95. Grayscale: #787878. Windows color (decimal): -5414806 or 6971565. OLE color: 6971565.

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

Color convert

RGB17396106-
CMYK00.450.390.32
HSL352.21º31.95%52.75%-
HSV(B)352.21º44.51%67.84%-
XYZ24.0218.2915.9-
YUV120.16120.01165.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=46.13%
G=25.6%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739610600.450.390.32352.2131.9552.75
HexAD606A02D27201602035
Octal25514015205547405404065
Binary10101101110000011010100101101100111100000101100000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD606A; }

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

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

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

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

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

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

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

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