Html Css Color HEX #AD7F80 Turkish Rose

📋 copy color: '#AD7F80'

red 173 ◦ green 127 ◦ blue 128

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

Shades of Turkish Rose #AD7F80

Tints of Turkish Rose #AD7F80

RGB

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

 GREEN value IS 127 (50% from 255) = 29.67%

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 40.42%
G = 29.67%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD7F80 (or 0xAD7F80) is known color: Turkish Rose. HEX triplet: AD, 7F and 80. RGB value is (173,127,128). Sum of RGB (Red+Green+Blue) = 173+127+128=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F80 is #52807F. Grayscale: #8C8C8C. Windows color (decimal): -5406848 or 8421293. OLE color: 8421293.

HSL color Cylindrical-coordinate representation of color #AD7F80: hue angle of 358.7º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7F80 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 127 128 -
CMYK 0 0.27 0.26 0.32
HSL 358.7º 0.22% 0.59% -
HSV(B) 358.7º 0.27% 0.68% -
XYZ 28.72 25.62 23.85 -
YUV 140.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 173 127 128 0 0.27 0.26 0.32 358.7 0.22 0.59
Hex AD 7F 80 0 1B 1A 20 167 16 3B
Octal 255 177 200 0 33 32 40 547 26 73
Binary 10101101 1111111 10000000 0 11011 11010 100000 101100111 10110 111011

Color Harmonies of #AD7F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F80

Black with #AD7F80

Text Example


Text Example

White with #AD7F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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