Html Css Color HEX #AD5F76 Turkish Rose

📋 copy color: '#AD5F76'

red 173 ◦ green 95 ◦ blue 118

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

Shades of Turkish Rose #AD5F76

Tints of Turkish Rose #AD5F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.61%

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 44.82%
G = 24.61%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD5F76 (or 0xAD5F76) is known color: Turkish Rose. HEX triplet: AD, 5F and 76. RGB value is (173,95,118). Sum of RGB (Red+Green+Blue) = 173+95+118=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F76 is #52A089. Grayscale: #787878. Windows color (decimal): -5415050 or 7757741. OLE color: 7757741.

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

Color convert

RGB 173 95 118 -
CMYK 0 0.45 0.32 0.32
HSL 342.31º 0.32% 0.53% -
HSV(B) 342.31º 0.45% 0.68% -
XYZ 24.6 18.38 19.39 -
YUV 120.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 173 95 118 0 0.45 0.32 0.32 342.31 0.32 0.53
Hex AD 5F 76 0 2D 20 20 156 20 35
Octal 255 137 166 0 55 40 40 526 40 65
Binary 10101101 1011111 1110110 0 101101 100000 100000 101010110 100000 110101

Color Harmonies of #AD5F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F76

Black with #AD5F76

Text Example


Text Example

White with #AD5F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F76; }

 p { color: rgb(173,95,118); }

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

background-color css

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

 a { background-color: rgb(173,95,118); }

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

border-color css

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

 span { border-color: rgb(173,95,118); }

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