Html Css Color HEX #AD7779 Turkish Rose

📋 copy color: '#AD7779'

red 173 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #AD7779

Tints of Turkish Rose #AD7779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.3%

R = 41.89%
G = 28.81%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD7779 (or 0xAD7779) is known color: Turkish Rose. HEX triplet: AD, 77 and 79. RGB value is (173,119,121). Sum of RGB (Red+Green+Blue) = 173+119+121=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7779 is #528886. Grayscale: #878787. Windows color (decimal): -5408903 or 7960493. OLE color: 7960493.

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

Color convert

RGB 173 119 121 -
CMYK 0 0.31 0.30 0.32
HSL 357.78º 0.25% 0.57% -
HSV(B) 357.78º 0.31% 0.68% -
XYZ 27.28 23.46 21.18 -
YUV 135.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 173 119 121 0 0.31 0.30 0.32 357.78 0.25 0.57
Hex AD 77 79 0 1F 1E 20 166 19 39
Octal 255 167 171 0 37 36 40 546 31 71
Binary 10101101 1110111 1111001 0 11111 11110 100000 101100110 11001 111001

Color Harmonies of #AD7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7779

Black with #AD7779

Text Example


Text Example

White with #AD7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7779; }

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

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

background-color css

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

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

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

border-color css

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

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

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