Html Css Color HEX #AD6072 Turkish Rose

📋 copy color: '#AD6072'

red 173 ◦ green 96 ◦ blue 114

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

Shades of Turkish Rose #AD6072

Tints of Turkish Rose #AD6072

RGB

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

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

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

R = 45.17%
G = 25.07%
B = 29.77%

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

#AD6072 (or 0xAD6072) is known color: Turkish Rose. HEX triplet: AD, 60 and 72. RGB value is (173,96,114). Sum of RGB (Red+Green+Blue) = 173+96+114=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6072 is #529F8D. Grayscale: #797979. Windows color (decimal): -5414798 or 7495853. OLE color: 7495853.

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

Color convert

RGB 173 96 114 -
CMYK 0 0.45 0.34 0.32
HSL 345.97º 0.32% 0.53% -
HSV(B) 345.97º 0.45% 0.68% -
XYZ 24.45 18.46 18.19 -
YUV 121.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 173 96 114 0 0.45 0.34 0.32 345.97 0.32 0.53
Hex AD 60 72 0 2D 22 20 15A 20 35
Octal 255 140 162 0 55 42 40 532 40 65
Binary 10101101 1100000 1110010 0 101101 100010 100000 101011010 100000 110101

Color Harmonies of #AD6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6072

Black with #AD6072

Text Example


Text Example

White with #AD6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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