Html Css Color HEX #AD6364 Turkish Rose

📋 copy color: '#AD6364'

red 173 ◦ green 99 ◦ blue 100

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

Shades of Turkish Rose #AD6364

Tints of Turkish Rose #AD6364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.61%

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 46.51%
G = 26.61%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD6364 (or 0xAD6364) is known color: Turkish Rose. HEX triplet: AD, 63 and 64. RGB value is (173,99,100). Sum of RGB (Red+Green+Blue) = 173+99+100=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6364 is #529C9B. Grayscale: #797979. Windows color (decimal): -5414044 or 6579117. OLE color: 6579117.

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

Color convert

RGB 173 99 100 -
CMYK 0 0.43 0.42 0.32
HSL 359.19º 0.31% 0.53% -
HSV(B) 359.19º 0.43% 0.68% -
XYZ 24 18.73 14.41 -
YUV 121.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 173 99 100 0 0.43 0.42 0.32 359.19 0.31 0.53
Hex AD 63 64 0 2B 2A 20 167 1F 35
Octal 255 143 144 0 53 52 40 547 37 65
Binary 10101101 1100011 1100100 0 101011 101010 100000 101100111 11111 110101

Color Harmonies of #AD6364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6364

Black with #AD6364

Text Example


Text Example

White with #AD6364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6364; }

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

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

background-color css

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

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

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

border-color css

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

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

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