Html Css Color HEX #AD676D Turkish Rose

📋 copy color: '#AD676D'

red 173 ◦ green 103 ◦ blue 109

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

Shades of Turkish Rose #AD676D

Tints of Turkish Rose #AD676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 44.94%
G = 26.75%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD676D (or 0xAD676D) is known color: Turkish Rose. HEX triplet: AD, 67 and 6D. RGB value is (173,103,109). Sum of RGB (Red+Green+Blue) = 173+103+109=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD676D is #529892. Grayscale: #7C7C7C. Windows color (decimal): -5413011 or 7169965. OLE color: 7169965.

HSL color Cylindrical-coordinate representation of color #AD676D: hue angle of 354.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD676D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 103 109 -
CMYK 0 0.40 0.37 0.32
HSL 354.86º 0.3% 0.54% -
HSV(B) 354.86º 0.4% 0.68% -
XYZ 24.84 19.69 16.96 -
YUV 124.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 173 103 109 0 0.40 0.37 0.32 354.86 0.3 0.54
Hex AD 67 6D 0 28 25 20 163 1E 36
Octal 255 147 155 0 50 45 40 543 36 66
Binary 10101101 1100111 1101101 0 101000 100101 100000 101100011 11110 110110

Color Harmonies of #AD676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD676D

Black with #AD676D

Text Example


Text Example

White with #AD676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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