Html Css Color HEX #AD6D79 Turkish Rose

📋 copy color: '#AD6D79'

red 173 ◦ green 109 ◦ blue 121

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

Shades of Turkish Rose #AD6D79

Tints of Turkish Rose #AD6D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 121 (47.66% from 255) = 30.02%

R = 42.93%
G = 27.05%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD6D79 (or 0xAD6D79) is known color: Turkish Rose. HEX triplet: AD, 6D and 79. RGB value is (173,109,121). Sum of RGB (Red+Green+Blue) = 173+109+121=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D79 is #529286. Grayscale: #818181. Windows color (decimal): -5411463 or 7957933. OLE color: 7957933.

HSL color Cylindrical-coordinate representation of color #AD6D79: hue angle of 348.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D79 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 109 121 -
CMYK 0 0.37 0.30 0.32
HSL 348.75º 0.28% 0.55% -
HSV(B) 348.75º 0.37% 0.68% -
XYZ 26.15 21.2 20.8 -
YUV 129.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 173 109 121 0 0.37 0.30 0.32 348.75 0.28 0.55
Hex AD 6D 79 0 25 1E 20 15D 1C 37
Octal 255 155 171 0 45 36 40 535 34 67
Binary 10101101 1101101 1111001 0 100101 11110 100000 101011101 11100 110111

Color Harmonies of #AD6D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D79

Black with #AD6D79

Text Example


Text Example

White with #AD6D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D79; }

 p { color: rgb(173,109,121); }

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

background-color css

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

 a { background-color: rgb(173,109,121); }

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

border-color css

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

 span { border-color: rgb(173,109,121); }

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