Html Css Color HEX #AD606F Turkish Rose

📋 copy color: '#AD606F'

red 173 ◦ green 96 ◦ blue 111

#AD606F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AD606F

Tints of Turkish Rose #AD606F

RGB

 RED value IS 173 (67.97% from 255) = 45.53%

 GREEN value IS 96 (37.89% from 255) = 25.26%

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 45.53%
G = 25.26%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD606F (or 0xAD606F) is known color: Turkish Rose. HEX triplet: AD, 60 and 6F. RGB value is (173,96,111). Sum of RGB (Red+Green+Blue) = 173+96+111=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD606F is #529F90. Grayscale: #787878. Windows color (decimal): -5414801 or 7299245. OLE color: 7299245.

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

Color convert

RGB 173 96 111 -
CMYK 0 0.45 0.36 0.32
HSL 348.31º 0.32% 0.53% -
HSV(B) 348.31º 0.45% 0.68% -
XYZ 24.29 18.4 17.31 -
YUV 120.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 173 96 111 0 0.45 0.36 0.32 348.31 0.32 0.53
Hex AD 60 6F 0 2D 24 20 15C 20 35
Octal 255 140 157 0 55 44 40 534 40 65
Binary 10101101 1100000 1101111 0 101101 100100 100000 101011100 100000 110101

Color Harmonies of #AD606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD606F

Black with #AD606F

Text Example


Text Example

White with #AD606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD606F; }

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

 H1.HeaderClassName
 {
   color: #AD606F;
 }
 .AnyTagClassName
 {
   color: #AD606F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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