Html Css Color HEX #AD606E Turkish Rose

📋 copy color: '#AD606E'

red 173 ◦ green 96 ◦ blue 110

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

Shades of Turkish Rose #AD606E

Tints of Turkish Rose #AD606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 45.65%
G = 25.33%
B = 29.02%

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

#AD606E (or 0xAD606E) is known color: Turkish Rose. HEX triplet: AD, 60 and 6E. RGB value is (173,96,110). Sum of RGB (Red+Green+Blue) = 173+96+110=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD606E is #529F91. Grayscale: #787878. Windows color (decimal): -5414802 or 7233709. OLE color: 7233709.

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

Color convert

RGB 173 96 110 -
CMYK 0 0.45 0.36 0.32
HSL 349.09º 0.32% 0.53% -
HSV(B) 349.09º 0.45% 0.68% -
XYZ 24.23 18.38 17.02 -
YUV 120.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 173 96 110 0 0.45 0.36 0.32 349.09 0.32 0.53
Hex AD 60 6E 0 2D 24 20 15D 20 35
Octal 255 140 156 0 55 44 40 535 40 65
Binary 10101101 1100000 1101110 0 101101 100100 100000 101011101 100000 110101

Color Harmonies of #AD606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD606E

Black with #AD606E

Text Example


Text Example

White with #AD606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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