Html Css Color HEX #AD6264 Turkish Rose

📋 copy color: '#AD6264'

red 173 ◦ green 98 ◦ blue 100

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

Shades of Turkish Rose #AD6264

Tints of Turkish Rose #AD6264

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 46.63%
G = 26.42%
B = 26.95%

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

#AD6264 (or 0xAD6264) is known color: Turkish Rose. HEX triplet: AD, 62 and 64. RGB value is (173,98,100). Sum of RGB (Red+Green+Blue) = 173+98+100=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6264 is #529D9B. Grayscale: #787878. Windows color (decimal): -5414300 or 6578861. OLE color: 6578861.

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

Color convert

RGB 173 98 100 -
CMYK 0 0.43 0.42 0.32
HSL 358.4º 0.31% 0.53% -
HSV(B) 358.4º 0.43% 0.68% -
XYZ 23.9 18.54 14.38 -
YUV 120.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 173 98 100 0 0.43 0.42 0.32 358.4 0.31 0.53
Hex AD 62 64 0 2B 2A 20 166 1F 35
Octal 255 142 144 0 53 52 40 546 37 65
Binary 10101101 1100010 1100100 0 101011 101010 100000 101100110 11111 110101

Color Harmonies of #AD6264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6264

Black with #AD6264

Text Example


Text Example

White with #AD6264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6264; }

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

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

background-color css

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

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

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

border-color css

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

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

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