Html Css Color HEX #AD6073 Turkish Rose

📋 copy color: '#AD6073'

red 173 ◦ green 96 ◦ blue 115

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

Shades of Turkish Rose #AD6073

Tints of Turkish Rose #AD6073

RGB

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

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

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

R = 45.05%
G = 25%
B = 29.95%

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

#AD6073 (or 0xAD6073) is known color: Turkish Rose. HEX triplet: AD, 60 and 73. RGB value is (173,96,115). Sum of RGB (Red+Green+Blue) = 173+96+115=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6073 is #529F8C. Grayscale: #797979. Windows color (decimal): -5414797 or 7561389. OLE color: 7561389.

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

Color convert

RGB 173 96 115 -
CMYK 0 0.45 0.34 0.32
HSL 345.19º 0.32% 0.53% -
HSV(B) 345.19º 0.45% 0.68% -
XYZ 24.51 18.49 18.5 -
YUV 121.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 173 96 115 0 0.45 0.34 0.32 345.19 0.32 0.53
Hex AD 60 73 0 2D 22 20 159 20 35
Octal 255 140 163 0 55 42 40 531 40 65
Binary 10101101 1100000 1110011 0 101101 100010 100000 101011001 100000 110101

Color Harmonies of #AD6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6073

Black with #AD6073

Text Example


Text Example

White with #AD6073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6073; }

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

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

background-color css

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

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

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

border-color css

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

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

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