Html Css Color HEX #AD787D Turkish Rose

📋 copy color: '#AD787D'

red 173 ◦ green 120 ◦ blue 125

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

Shades of Turkish Rose #AD787D

Tints of Turkish Rose #AD787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 41.39%
G = 28.71%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD787D (or 0xAD787D) is known color: Turkish Rose. HEX triplet: AD, 78 and 7D. RGB value is (173,120,125). Sum of RGB (Red+Green+Blue) = 173+120+125=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD787D is #528782. Grayscale: #888888. Windows color (decimal): -5408643 or 8222893. OLE color: 8222893.

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

Color convert

RGB 173 120 125 -
CMYK 0 0.31 0.28 0.32
HSL 354.34º 0.24% 0.57% -
HSV(B) 354.34º 0.31% 0.68% -
XYZ 27.65 23.8 22.54 -
YUV 136.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 173 120 125 0 0.31 0.28 0.32 354.34 0.24 0.57
Hex AD 78 7D 0 1F 1C 20 162 18 39
Octal 255 170 175 0 37 34 40 542 30 71
Binary 10101101 1111000 1111101 0 11111 11100 100000 101100010 11000 111001

Color Harmonies of #AD787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD787D

Black with #AD787D

Text Example


Text Example

White with #AD787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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