Html Css Color HEX #AD6164 Turkish Rose

📋 copy color: '#AD6164'

red 173 ◦ green 97 ◦ blue 100

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

Shades of Turkish Rose #AD6164

Tints of Turkish Rose #AD6164

RGB

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

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

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

R = 46.76%
G = 26.22%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD6164 (or 0xAD6164) is known color: Turkish Rose. HEX triplet: AD, 61 and 64. RGB value is (173,97,100). Sum of RGB (Red+Green+Blue) = 173+97+100=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6164 is #529E9B. Grayscale: #787878. Windows color (decimal): -5414556 or 6578605. OLE color: 6578605.

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

Color convert

RGB 173 97 100 -
CMYK 0 0.44 0.42 0.32
HSL 357.63º 0.32% 0.53% -
HSV(B) 357.63º 0.44% 0.68% -
XYZ 23.81 18.35 14.34 -
YUV 120.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 173 97 100 0 0.44 0.42 0.32 357.63 0.32 0.53
Hex AD 61 64 0 2C 2A 20 166 20 35
Octal 255 141 144 0 54 52 40 546 40 65
Binary 10101101 1100001 1100100 0 101100 101010 100000 101100110 100000 110101

Color Harmonies of #AD6164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6164

Black with #AD6164

Text Example


Text Example

White with #AD6164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6164; }

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

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

background-color css

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

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

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

border-color css

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

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

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