Html Css Color HEX #AD6163 Turkish Rose

📋 copy color: '#AD6163'

red 173 ◦ green 97 ◦ blue 99

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

Shades of Turkish Rose #AD6163

Tints of Turkish Rose #AD6163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

 BLUE value IS 99 (39.06% from 255) = 26.83%

R = 46.88%
G = 26.29%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD6163 (or 0xAD6163) is known color: Turkish Rose. HEX triplet: AD, 61 and 63. RGB value is (173,97,99). Sum of RGB (Red+Green+Blue) = 173+97+99=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6163 is #529E9C. Grayscale: #787878. Windows color (decimal): -5414557 or 6513069. OLE color: 6513069.

HSL color Cylindrical-coordinate representation of color #AD6163: hue angle of 358.42º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6163 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 99 -
CMYK 0 0.44 0.43 0.32
HSL 358.42º 0.32% 0.53% -
HSV(B) 358.42º 0.44% 0.68% -
XYZ 23.76 18.33 14.09 -
YUV 119.95 116.18 165.84 -
System Red Green Blue C M Y K H S L
Decimal 173 97 99 0 0.44 0.43 0.32 358.42 0.32 0.53
Hex AD 61 63 0 2C 2B 20 166 20 35
Octal 255 141 143 0 54 53 40 546 40 65
Binary 10101101 1100001 1100011 0 101100 101011 100000 101100110 100000 110101

Color Harmonies of #AD6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6163

Black with #AD6163

Text Example


Text Example

White with #AD6163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6163; }

 p { color: rgb(173,97,99); }

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

background-color css

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

 a { background-color: rgb(173,97,99); }

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

border-color css

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

 span { border-color: rgb(173,97,99); }

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