Html Css Color HEX #AD6573 Turkish Rose

📋 copy color: '#AD6573'

red 173 ◦ green 101 ◦ blue 115

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

Shades of Turkish Rose #AD6573

Tints of Turkish Rose #AD6573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.96%

 BLUE value IS 115 (45.31% from 255) = 29.56%

R = 44.47%
G = 25.96%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD6573 (or 0xAD6573) is known color: Turkish Rose. HEX triplet: AD, 65 and 73. RGB value is (173,101,115). Sum of RGB (Red+Green+Blue) = 173+101+115=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6573 is #529A8C. Grayscale: #7C7C7C. Windows color (decimal): -5413517 or 7562669. OLE color: 7562669.

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

Color convert

RGB 173 101 115 -
CMYK 0 0.42 0.34 0.32
HSL 348.33º 0.31% 0.54% -
HSV(B) 348.33º 0.42% 0.68% -
XYZ 24.98 19.43 18.65 -
YUV 124.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 173 101 115 0 0.42 0.34 0.32 348.33 0.31 0.54
Hex AD 65 73 0 2A 22 20 15C 1F 36
Octal 255 145 163 0 52 42 40 534 37 66
Binary 10101101 1100101 1110011 0 101010 100010 100000 101011100 11111 110110

Color Harmonies of #AD6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6573

Black with #AD6573

Text Example


Text Example

White with #AD6573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6573; }

 p { color: rgb(173,101,115); }

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

background-color css

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

 a { background-color: rgb(173,101,115); }

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

border-color css

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

 span { border-color: rgb(173,101,115); }

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