Html Css Color HEX #AD666B Turkish Rose

📋 copy color: '#AD666B'

red 173 ◦ green 102 ◦ blue 107

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

Shades of Turkish Rose #AD666B

Tints of Turkish Rose #AD666B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.7%

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 45.29%
G = 26.7%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD666B (or 0xAD666B) is known color: Turkish Rose. HEX triplet: AD, 66 and 6B. RGB value is (173,102,107). Sum of RGB (Red+Green+Blue) = 173+102+107=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD666B is #529994. Grayscale: #7B7B7B. Windows color (decimal): -5413269 or 7038637. OLE color: 7038637.

HSL color Cylindrical-coordinate representation of color #AD666B: hue angle of 355.77º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD666B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 102 107 -
CMYK 0 0.41 0.38 0.32
HSL 355.77º 0.3% 0.54% -
HSV(B) 355.77º 0.41% 0.68% -
XYZ 24.64 19.45 16.37 -
YUV 123.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 173 102 107 0 0.41 0.38 0.32 355.77 0.3 0.54
Hex AD 66 6B 0 29 26 20 164 1E 36
Octal 255 146 153 0 51 46 40 544 36 66
Binary 10101101 1100110 1101011 0 101001 100110 100000 101100100 11110 110110

Color Harmonies of #AD666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD666B

Black with #AD666B

Text Example


Text Example

White with #AD666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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