Html Css Color HEX #AD6879 Turkish Rose

📋 copy color: '#AD6879'

red 173 ◦ green 104 ◦ blue 121

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

Shades of Turkish Rose #AD6879

Tints of Turkish Rose #AD6879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.13%

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

R = 43.47%
G = 26.13%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD6879 (or 0xAD6879) is known color: Turkish Rose. HEX triplet: AD, 68 and 79. RGB value is (173,104,121). Sum of RGB (Red+Green+Blue) = 173+104+121=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6879 is #529786. Grayscale: #7E7E7E. Windows color (decimal): -5412743 or 7956653. OLE color: 7956653.

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

Color convert

RGB 173 104 121 -
CMYK 0 0.40 0.30 0.32
HSL 345.22º 0.3% 0.54% -
HSV(B) 345.22º 0.4% 0.68% -
XYZ 25.64 20.17 20.63 -
YUV 126.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 173 104 121 0 0.40 0.30 0.32 345.22 0.3 0.54
Hex AD 68 79 0 28 1E 20 159 1E 36
Octal 255 150 171 0 50 36 40 531 36 66
Binary 10101101 1101000 1111001 0 101000 11110 100000 101011001 11110 110110

Color Harmonies of #AD6879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6879

Black with #AD6879

Text Example


Text Example

White with #AD6879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6879; }

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

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

background-color css

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

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

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

border-color css

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

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

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