Html Css Color HEX #AD6E7B Turkish Rose

📋 copy color: '#AD6E7B'

red 173 ◦ green 110 ◦ blue 123

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

Shades of Turkish Rose #AD6E7B

Tints of Turkish Rose #AD6E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.09%

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 42.61%
G = 27.09%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD6E7B (or 0xAD6E7B) is known color: Turkish Rose. HEX triplet: AD, 6E and 7B. RGB value is (173,110,123). Sum of RGB (Red+Green+Blue) = 173+110+123=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E7B is #529184. Grayscale: #828282. Windows color (decimal): -5411205 or 8089261. OLE color: 8089261.

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

Color convert

RGB 173 110 123 -
CMYK 0 0.36 0.29 0.32
HSL 347.62º 0.28% 0.55% -
HSV(B) 347.62º 0.36% 0.68% -
XYZ 26.38 21.47 21.49 -
YUV 130.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 173 110 123 0 0.36 0.29 0.32 347.62 0.28 0.55
Hex AD 6E 7B 0 24 1D 20 15C 1C 37
Octal 255 156 173 0 44 35 40 534 34 67
Binary 10101101 1101110 1111011 0 100100 11101 100000 101011100 11100 110111

Color Harmonies of #AD6E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E7B

Black with #AD6E7B

Text Example


Text Example

White with #AD6E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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