Html Css Color HEX #AD6D6E Turkish Rose

📋 copy color: '#AD6D6E'

red 173 ◦ green 109 ◦ blue 110

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

Shades of Turkish Rose #AD6D6E

Tints of Turkish Rose #AD6D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.81%

 BLUE value IS 110 (43.36% from 255) = 28.06%

R = 44.13%
G = 27.81%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD6D6E (or 0xAD6D6E) is known color: Turkish Rose. HEX triplet: AD, 6D and 6E. RGB value is (173,109,110). Sum of RGB (Red+Green+Blue) = 173+109+110=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D6E is #529291. Grayscale: #808080. Windows color (decimal): -5411474 or 7237037. OLE color: 7237037.

HSL color Cylindrical-coordinate representation of color #AD6D6E: hue angle of 359.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D6E is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 109 110 -
CMYK 0 0.37 0.36 0.32
HSL 359.06º 0.28% 0.55% -
HSV(B) 359.06º 0.37% 0.68% -
XYZ 25.52 20.95 17.45 -
YUV 128.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 173 109 110 0 0.37 0.36 0.32 359.06 0.28 0.55
Hex AD 6D 6E 0 25 24 20 167 1C 37
Octal 255 155 156 0 45 44 40 547 34 67
Binary 10101101 1101101 1101110 0 100101 100100 100000 101100111 11100 110111

Color Harmonies of #AD6D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D6E

Black with #AD6D6E

Text Example


Text Example

White with #AD6D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D6E; }

 p { color: rgb(173,109,110); }

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

background-color css

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

 a { background-color: rgb(173,109,110); }

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

border-color css

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

 span { border-color: rgb(173,109,110); }

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