Html Css Color HEX #AD6273 Turkish Rose

📋 copy color: '#AD6273'

red 173 ◦ green 98 ◦ blue 115

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

Shades of Turkish Rose #AD6273

Tints of Turkish Rose #AD6273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.39%

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

R = 44.82%
G = 25.39%
B = 29.79%

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

#AD6273 (or 0xAD6273) is known color: Turkish Rose. HEX triplet: AD, 62 and 73. RGB value is (173,98,115). Sum of RGB (Red+Green+Blue) = 173+98+115=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6273 is #529D8C. Grayscale: #7A7A7A. Windows color (decimal): -5414285 or 7561901. OLE color: 7561901.

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

Color convert

RGB 173 98 115 -
CMYK 0 0.43 0.34 0.32
HSL 346.4º 0.31% 0.53% -
HSV(B) 346.4º 0.43% 0.68% -
XYZ 24.7 18.86 18.56 -
YUV 122.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 173 98 115 0 0.43 0.34 0.32 346.4 0.31 0.53
Hex AD 62 73 0 2B 22 20 15A 1F 35
Octal 255 142 163 0 53 42 40 532 37 65
Binary 10101101 1100010 1110011 0 101011 100010 100000 101011010 11111 110101

Color Harmonies of #AD6273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6273

Black with #AD6273

Text Example


Text Example

White with #AD6273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6273; }

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

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

background-color css

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

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

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

border-color css

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

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

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