Html Css Color HEX #AD6466 Turkish Rose

📋 copy color: '#AD6466'

red 173 ◦ green 100 ◦ blue 102

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

Shades of Turkish Rose #AD6466

Tints of Turkish Rose #AD6466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

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

R = 46.13%
G = 26.67%
B = 27.2%

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

#AD6466 (or 0xAD6466) is known color: Turkish Rose. HEX triplet: AD, 64 and 66. RGB value is (173,100,102). Sum of RGB (Red+Green+Blue) = 173+100+102=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6466 is #529B99. Grayscale: #7A7A7A. Windows color (decimal): -5413786 or 6710445. OLE color: 6710445.

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

Color convert

RGB 173 100 102 -
CMYK 0 0.42 0.41 0.32
HSL 358.36º 0.31% 0.54% -
HSV(B) 358.36º 0.42% 0.68% -
XYZ 24.19 18.96 14.95 -
YUV 122.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 173 100 102 0 0.42 0.41 0.32 358.36 0.31 0.54
Hex AD 64 66 0 2A 29 20 166 1F 36
Octal 255 144 146 0 52 51 40 546 37 66
Binary 10101101 1100100 1100110 0 101010 101001 100000 101100110 11111 110110

Color Harmonies of #AD6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6466

Black with #AD6466

Text Example


Text Example

White with #AD6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6466; }

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

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

background-color css

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

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

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

border-color css

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

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

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