Html Css Color HEX #AD6176 Turkish Rose

📋 copy color: '#AD6176'

red 173 ◦ green 97 ◦ blue 118

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

Shades of Turkish Rose #AD6176

Tints of Turkish Rose #AD6176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 44.59%
G = 25%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD6176 (or 0xAD6176) is known color: Turkish Rose. HEX triplet: AD, 61 and 76. RGB value is (173,97,118). Sum of RGB (Red+Green+Blue) = 173+97+118=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6176 is #529E89. Grayscale: #7A7A7A. Windows color (decimal): -5414538 or 7758253. OLE color: 7758253.

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

Color convert

RGB 173 97 118 -
CMYK 0 0.44 0.32 0.32
HSL 343.42º 0.32% 0.53% -
HSV(B) 343.42º 0.44% 0.68% -
XYZ 24.78 18.74 19.45 -
YUV 122.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 173 97 118 0 0.44 0.32 0.32 343.42 0.32 0.53
Hex AD 61 76 0 2C 20 20 157 20 35
Octal 255 141 166 0 54 40 40 527 40 65
Binary 10101101 1100001 1110110 0 101100 100000 100000 101010111 100000 110101

Color Harmonies of #AD6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6176

Black with #AD6176

Text Example


Text Example

White with #AD6176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6176; }

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

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

background-color css

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

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

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

border-color css

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

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

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