Html Css Color HEX #AD6373 Turkish Rose

📋 copy color: '#AD6373'

red 173 ◦ green 99 ◦ blue 115

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

Shades of Turkish Rose #AD6373

Tints of Turkish Rose #AD6373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

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

R = 44.7%
G = 25.58%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD6373 (or 0xAD6373) is known color: Turkish Rose. HEX triplet: AD, 63 and 73. RGB value is (173,99,115). Sum of RGB (Red+Green+Blue) = 173+99+115=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6373 is #529C8C. Grayscale: #7A7A7A. Windows color (decimal): -5414029 or 7562157. OLE color: 7562157.

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

Color convert

RGB 173 99 115 -
CMYK 0 0.43 0.34 0.32
HSL 347.03º 0.31% 0.53% -
HSV(B) 347.03º 0.43% 0.68% -
XYZ 24.79 19.05 18.59 -
YUV 122.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 173 99 115 0 0.43 0.34 0.32 347.03 0.31 0.53
Hex AD 63 73 0 2B 22 20 15B 1F 35
Octal 255 143 163 0 53 42 40 533 37 65
Binary 10101101 1100011 1110011 0 101011 100010 100000 101011011 11111 110101

Color Harmonies of #AD6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6373

Black with #AD6373

Text Example


Text Example

White with #AD6373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6373; }

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

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

background-color css

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

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

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

border-color css

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

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

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