Html Css Color HEX #AD666F Turkish Rose

📋 copy color: '#AD666F'

red 173 ◦ green 102 ◦ blue 111

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

Shades of Turkish Rose #AD666F

Tints of Turkish Rose #AD666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 44.82%
G = 26.42%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD666F (or 0xAD666F) is known color: Turkish Rose. HEX triplet: AD, 66 and 6F. RGB value is (173,102,111). Sum of RGB (Red+Green+Blue) = 173+102+111=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD666F is #529990. Grayscale: #7C7C7C. Windows color (decimal): -5413265 or 7300781. OLE color: 7300781.

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

Color convert

RGB 173 102 111 -
CMYK 0 0.41 0.36 0.32
HSL 352.39º 0.3% 0.54% -
HSV(B) 352.39º 0.41% 0.68% -
XYZ 24.85 19.53 17.5 -
YUV 124.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 173 102 111 0 0.41 0.36 0.32 352.39 0.3 0.54
Hex AD 66 6F 0 29 24 20 160 1E 36
Octal 255 146 157 0 51 44 40 540 36 66
Binary 10101101 1100110 1101111 0 101001 100100 100000 101100000 11110 110110

Color Harmonies of #AD666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD666F

Black with #AD666F

Text Example


Text Example

White with #AD666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD666F; }

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

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

background-color css

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

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

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

border-color css

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

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

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