Html Css Color HEX #AD6071 Turkish Rose

📋 copy color: '#AD6071'

red 173 ◦ green 96 ◦ blue 113

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

Shades of Turkish Rose #AD6071

Tints of Turkish Rose #AD6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.13%

 BLUE value IS 113 (44.53% from 255) = 29.58%

R = 45.29%
G = 25.13%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD6071 (or 0xAD6071) is known color: Turkish Rose. HEX triplet: AD, 60 and 71. RGB value is (173,96,113). Sum of RGB (Red+Green+Blue) = 173+96+113=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6071 is #529F8E. Grayscale: #787878. Windows color (decimal): -5414799 or 7430317. OLE color: 7430317.

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

Color convert

RGB 173 96 113 -
CMYK 0 0.45 0.35 0.32
HSL 346.75º 0.32% 0.53% -
HSV(B) 346.75º 0.45% 0.68% -
XYZ 24.4 18.44 17.9 -
YUV 120.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 173 96 113 0 0.45 0.35 0.32 346.75 0.32 0.53
Hex AD 60 71 0 2D 23 20 15B 20 35
Octal 255 140 161 0 55 43 40 533 40 65
Binary 10101101 1100000 1110001 0 101101 100011 100000 101011011 100000 110101

Color Harmonies of #AD6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6071

Black with #AD6071

Text Example


Text Example

White with #AD6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6071; }

 p { color: rgb(173,96,113); }

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

background-color css

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

 a { background-color: rgb(173,96,113); }

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

border-color css

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

 span { border-color: rgb(173,96,113); }

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