Html Css Color HEX #AD6978 Turkish Rose

📋 copy color: '#AD6978'

red 173 ◦ green 105 ◦ blue 120

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

Shades of Turkish Rose #AD6978

Tints of Turkish Rose #AD6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.38%

 BLUE value IS 120 (47.27% from 255) = 30.15%

R = 43.47%
G = 26.38%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD6978 (or 0xAD6978) is known color: Turkish Rose. HEX triplet: AD, 69 and 78. RGB value is (173,105,120). Sum of RGB (Red+Green+Blue) = 173+105+120=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6978 is #529687. Grayscale: #7F7F7F. Windows color (decimal): -5412488 or 7891373. OLE color: 7891373.

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

Color convert

RGB 173 105 120 -
CMYK 0 0.39 0.31 0.32
HSL 346.76º 0.29% 0.55% -
HSV(B) 346.76º 0.39% 0.68% -
XYZ 25.68 20.34 20.34 -
YUV 127.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 173 105 120 0 0.39 0.31 0.32 346.76 0.29 0.55
Hex AD 69 78 0 27 1F 20 15B 1D 37
Octal 255 151 170 0 47 37 40 533 35 67
Binary 10101101 1101001 1111000 0 100111 11111 100000 101011011 11101 110111

Color Harmonies of #AD6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6978

Black with #AD6978

Text Example


Text Example

White with #AD6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6978; }

 p { color: rgb(173,105,120); }

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

background-color css

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

 a { background-color: rgb(173,105,120); }

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

border-color css

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

 span { border-color: rgb(173,105,120); }

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