Html Css Color HEX #AD797D Turkish Rose

📋 copy color: '#AD797D'

red 173 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #AD797D

Tints of Turkish Rose #AD797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.88%

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

R = 41.29%
G = 28.88%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD797D (or 0xAD797D) is known color: Turkish Rose. HEX triplet: AD, 79 and 7D. RGB value is (173,121,125). Sum of RGB (Red+Green+Blue) = 173+121+125=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD797D is #528682. Grayscale: #898989. Windows color (decimal): -5408387 or 8223149. OLE color: 8223149.

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

Color convert

RGB 173 121 125 -
CMYK 0 0.30 0.28 0.32
HSL 355.38º 0.24% 0.58% -
HSV(B) 355.38º 0.3% 0.68% -
XYZ 27.77 24.04 22.58 -
YUV 137 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 173 121 125 0 0.30 0.28 0.32 355.38 0.24 0.58
Hex AD 79 7D 0 1E 1C 20 163 18 3A
Octal 255 171 175 0 36 34 40 543 30 72
Binary 10101101 1111001 1111101 0 11110 11100 100000 101100011 11000 111010

Color Harmonies of #AD797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD797D

Black with #AD797D

Text Example


Text Example

White with #AD797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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