Html Css Color HEX #AD606B Turkish Rose

📋 copy color: '#AD606B'

red 173 ◦ green 96 ◦ blue 107

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

Shades of Turkish Rose #AD606B

Tints of Turkish Rose #AD606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 46.01%
G = 25.53%
B = 28.46%

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

#AD606B (or 0xAD606B) is known color: Turkish Rose. HEX triplet: AD, 60 and 6B. RGB value is (173,96,107). Sum of RGB (Red+Green+Blue) = 173+96+107=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD606B is #529F94. Grayscale: #787878. Windows color (decimal): -5414805 or 7037101. OLE color: 7037101.

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

Color convert

RGB 173 96 107 -
CMYK 0 0.45 0.38 0.32
HSL 351.43º 0.32% 0.53% -
HSV(B) 351.43º 0.45% 0.68% -
XYZ 24.07 18.31 16.18 -
YUV 120.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 173 96 107 0 0.45 0.38 0.32 351.43 0.32 0.53
Hex AD 60 6B 0 2D 26 20 15F 20 35
Octal 255 140 153 0 55 46 40 537 40 65
Binary 10101101 1100000 1101011 0 101101 100110 100000 101011111 100000 110101

Color Harmonies of #AD606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD606B

Black with #AD606B

Text Example


Text Example

White with #AD606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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