Html Css Color HEX #AD777D Turkish Rose

📋 copy color: '#AD777D'

red 173 ◦ green 119 ◦ blue 125

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

Shades of Turkish Rose #AD777D

Tints of Turkish Rose #AD777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.54%

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

R = 41.49%
G = 28.54%
B = 29.98%

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

#AD777D (or 0xAD777D) is known color: Turkish Rose. HEX triplet: AD, 77 and 7D. RGB value is (173,119,125). Sum of RGB (Red+Green+Blue) = 173+119+125=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD777D is #528882. Grayscale: #878787. Windows color (decimal): -5408899 or 8222637. OLE color: 8222637.

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

Color convert

RGB 173 119 125 -
CMYK 0 0.31 0.28 0.32
HSL 353.33º 0.25% 0.57% -
HSV(B) 353.33º 0.31% 0.68% -
XYZ 27.53 23.56 22.5 -
YUV 135.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 173 119 125 0 0.31 0.28 0.32 353.33 0.25 0.57
Hex AD 77 7D 0 1F 1C 20 161 19 39
Octal 255 167 175 0 37 34 40 541 31 71
Binary 10101101 1110111 1111101 0 11111 11100 100000 101100001 11001 111001

Color Harmonies of #AD777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD777D

Black with #AD777D

Text Example


Text Example

White with #AD777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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