Html Css Color HEX #AD606C Turkish Rose

📋 copy color: '#AD606C'

red 173 ◦ green 96 ◦ blue 108

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

Shades of Turkish Rose #AD606C

Tints of Turkish Rose #AD606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 45.89%
G = 25.46%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD606C (or 0xAD606C) is known color: Turkish Rose. HEX triplet: AD, 60 and 6C. RGB value is (173,96,108). Sum of RGB (Red+Green+Blue) = 173+96+108=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD606C is #529F93. Grayscale: #787878. Windows color (decimal): -5414804 or 7102637. OLE color: 7102637.

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

Color convert

RGB 173 96 108 -
CMYK 0 0.45 0.38 0.32
HSL 350.65º 0.32% 0.53% -
HSV(B) 350.65º 0.45% 0.68% -
XYZ 24.12 18.33 16.45 -
YUV 120.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 173 96 108 0 0.45 0.38 0.32 350.65 0.32 0.53
Hex AD 60 6C 0 2D 26 20 15F 20 35
Octal 255 140 154 0 55 46 40 537 40 65
Binary 10101101 1100000 1101100 0 101101 100110 100000 101011111 100000 110101

Color Harmonies of #AD606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD606C

Black with #AD606C

Text Example


Text Example

White with #AD606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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