Html Css Color HEX #AD6A78 Turkish Rose

📋 copy color: '#AD6A78'

red 173 ◦ green 106 ◦ blue 120

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

Shades of Turkish Rose #AD6A78

Tints of Turkish Rose #AD6A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

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

R = 43.36%
G = 26.57%
B = 30.08%

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

#AD6A78 (or 0xAD6A78) is known color: Turkish Rose. HEX triplet: AD, 6A and 78. RGB value is (173,106,120). Sum of RGB (Red+Green+Blue) = 173+106+120=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A78 is #529587. Grayscale: #7F7F7F. Windows color (decimal): -5412232 or 7891629. OLE color: 7891629.

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

Color convert

RGB 173 106 120 -
CMYK 0 0.39 0.31 0.32
HSL 347.46º 0.29% 0.55% -
HSV(B) 347.46º 0.39% 0.68% -
XYZ 25.78 20.55 20.38 -
YUV 127.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 173 106 120 0 0.39 0.31 0.32 347.46 0.29 0.55
Hex AD 6A 78 0 27 1F 20 15B 1D 37
Octal 255 152 170 0 47 37 40 533 35 67
Binary 10101101 1101010 1111000 0 100111 11111 100000 101011011 11101 110111

Color Harmonies of #AD6A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A78

Black with #AD6A78

Text Example


Text Example

White with #AD6A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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