Html Css Color HEX #AD5F75 Turkish Rose

📋 copy color: '#AD5F75'

red 173 ◦ green 95 ◦ blue 117

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

Shades of Turkish Rose #AD5F75

Tints of Turkish Rose #AD5F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 44.94%
G = 24.68%
B = 30.39%

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

#AD5F75 (or 0xAD5F75) is known color: Turkish Rose. HEX triplet: AD, 5F and 75. RGB value is (173,95,117). Sum of RGB (Red+Green+Blue) = 173+95+117=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F75 is #52A08A. Grayscale: #787878. Windows color (decimal): -5415051 or 7692205. OLE color: 7692205.

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

Color convert

RGB 173 95 117 -
CMYK 0 0.45 0.32 0.32
HSL 343.08º 0.32% 0.53% -
HSV(B) 343.08º 0.45% 0.68% -
XYZ 24.54 18.35 19.08 -
YUV 120.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 173 95 117 0 0.45 0.32 0.32 343.08 0.32 0.53
Hex AD 5F 75 0 2D 20 20 157 20 35
Octal 255 137 165 0 55 40 40 527 40 65
Binary 10101101 1011111 1110101 0 101101 100000 100000 101010111 100000 110101

Color Harmonies of #AD5F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F75

Black with #AD5F75

Text Example


Text Example

White with #AD5F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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