Html Css Color HEX #AD6172 Turkish Rose

📋 copy color: '#AD6172'

red 173 ◦ green 97 ◦ blue 114

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

Shades of Turkish Rose #AD6172

Tints of Turkish Rose #AD6172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.26%

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

R = 45.05%
G = 25.26%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD6172 (or 0xAD6172) is known color: Turkish Rose. HEX triplet: AD, 61 and 72. RGB value is (173,97,114). Sum of RGB (Red+Green+Blue) = 173+97+114=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6172 is #529E8D. Grayscale: #797979. Windows color (decimal): -5414542 or 7496109. OLE color: 7496109.

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

Color convert

RGB 173 97 114 -
CMYK 0 0.44 0.34 0.32
HSL 346.58º 0.32% 0.53% -
HSV(B) 346.58º 0.44% 0.68% -
XYZ 24.55 18.65 18.23 -
YUV 121.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 173 97 114 0 0.44 0.34 0.32 346.58 0.32 0.53
Hex AD 61 72 0 2C 22 20 15B 20 35
Octal 255 141 162 0 54 42 40 533 40 65
Binary 10101101 1100001 1110010 0 101100 100010 100000 101011011 100000 110101

Color Harmonies of #AD6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6172

Black with #AD6172

Text Example


Text Example

White with #AD6172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6172; }

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

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

background-color css

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

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

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

border-color css

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

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

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