Html Css Color HEX #AD6566 Turkish Rose

📋 copy color: '#AD6566'

red 173 ◦ green 101 ◦ blue 102

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

Shades of Turkish Rose #AD6566

Tints of Turkish Rose #AD6566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

 BLUE value IS 102 (40.23% from 255) = 27.13%

R = 46.01%
G = 26.86%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD6566 (or 0xAD6566) is known color: Turkish Rose. HEX triplet: AD, 65 and 66. RGB value is (173,101,102). Sum of RGB (Red+Green+Blue) = 173+101+102=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6566 is #529A99. Grayscale: #7A7A7A. Windows color (decimal): -5413530 or 6710701. OLE color: 6710701.

HSL color Cylindrical-coordinate representation of color #AD6566: hue angle of 359.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6566 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 101 102 -
CMYK 0 0.42 0.41 0.32
HSL 359.17º 0.31% 0.54% -
HSV(B) 359.17º 0.42% 0.68% -
XYZ 24.29 19.15 14.99 -
YUV 122.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 173 101 102 0 0.42 0.41 0.32 359.17 0.31 0.54
Hex AD 65 66 0 2A 29 20 167 1F 36
Octal 255 145 146 0 52 51 40 547 37 66
Binary 10101101 1100101 1100110 0 101010 101001 100000 101100111 11111 110110

Color Harmonies of #AD6566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6566

Black with #AD6566

Text Example


Text Example

White with #AD6566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6566; }

 p { color: rgb(173,101,102); }

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

background-color css

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

 a { background-color: rgb(173,101,102); }

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

border-color css

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

 span { border-color: rgb(173,101,102); }

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