Html Css Color HEX #AD777F Turkish Rose

📋 copy color: '#AD777F'

red 173 ◦ green 119 ◦ blue 127

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

Shades of Turkish Rose #AD777F

Tints of Turkish Rose #AD777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.31%

R = 41.29%
G = 28.4%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD777F (or 0xAD777F) is known color: Turkish Rose. HEX triplet: AD, 77 and 7F. RGB value is (173,119,127). Sum of RGB (Red+Green+Blue) = 173+119+127=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD777F is #528880. Grayscale: #888888. Windows color (decimal): -5408897 or 8353709. OLE color: 8353709.

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

Color convert

RGB 173 119 127 -
CMYK 0 0.31 0.27 0.32
HSL 351.11º 0.25% 0.57% -
HSV(B) 351.11º 0.31% 0.68% -
XYZ 27.66 23.61 23.18 -
YUV 136.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 173 119 127 0 0.31 0.27 0.32 351.11 0.25 0.57
Hex AD 77 7F 0 1F 1B 20 15F 19 39
Octal 255 167 177 0 37 33 40 537 31 71
Binary 10101101 1110111 1111111 0 11111 11011 100000 101011111 11001 111001

Color Harmonies of #AD777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD777F

Black with #AD777F

Text Example


Text Example

White with #AD777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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