Html Css Color HEX #AD5F72 Turkish Rose

📋 copy color: '#AD5F72'

red 173 ◦ green 95 ◦ blue 114

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

Shades of Turkish Rose #AD5F72

Tints of Turkish Rose #AD5F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 45.29%
G = 24.87%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD5F72 (or 0xAD5F72) is known color: Turkish Rose. HEX triplet: AD, 5F and 72. RGB value is (173,95,114). Sum of RGB (Red+Green+Blue) = 173+95+114=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F72 is #52A08D. Grayscale: #787878. Windows color (decimal): -5415054 or 7495597. OLE color: 7495597.

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

Color convert

RGB 173 95 114 -
CMYK 0 0.45 0.34 0.32
HSL 345.38º 0.32% 0.53% -
HSV(B) 345.38º 0.45% 0.68% -
XYZ 24.36 18.28 18.16 -
YUV 120.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 173 95 114 0 0.45 0.34 0.32 345.38 0.32 0.53
Hex AD 5F 72 0 2D 22 20 159 20 35
Octal 255 137 162 0 55 42 40 531 40 65
Binary 10101101 1011111 1110010 0 101101 100010 100000 101011001 100000 110101

Color Harmonies of #AD5F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F72

Black with #AD5F72

Text Example


Text Example

White with #AD5F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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