Html Css Color HEX #AD6169 Turkish Rose

📋 copy color: '#AD6169'

red 173 ◦ green 97 ◦ blue 105

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

Shades of Turkish Rose #AD6169

Tints of Turkish Rose #AD6169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28%

R = 46.13%
G = 25.87%
B = 28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD6169 (or 0xAD6169) is known color: Turkish Rose. HEX triplet: AD, 61 and 69. RGB value is (173,97,105). Sum of RGB (Red+Green+Blue) = 173+97+105=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6169 is #529E96. Grayscale: #787878. Windows color (decimal): -5414551 or 6906285. OLE color: 6906285.

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

Color convert

RGB 173 97 105 -
CMYK 0 0.44 0.39 0.32
HSL 353.68º 0.32% 0.53% -
HSV(B) 353.68º 0.44% 0.68% -
XYZ 24.06 18.45 15.66 -
YUV 120.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 173 97 105 0 0.44 0.39 0.32 353.68 0.32 0.53
Hex AD 61 69 0 2C 27 20 162 20 35
Octal 255 141 151 0 54 47 40 542 40 65
Binary 10101101 1100001 1101001 0 101100 100111 100000 101100010 100000 110101

Color Harmonies of #AD6169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6169

Black with #AD6169

Text Example


Text Example

White with #AD6169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6169; }

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

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

background-color css

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

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

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

border-color css

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

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

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