Html Css Color HEX #AD676C Turkish Rose

📋 copy color: '#AD676C'

red 173 ◦ green 103 ◦ blue 108

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

Shades of Turkish Rose #AD676C

Tints of Turkish Rose #AD676C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 45.05%
G = 26.82%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD676C (or 0xAD676C) is known color: Turkish Rose. HEX triplet: AD, 67 and 6C. RGB value is (173,103,108). Sum of RGB (Red+Green+Blue) = 173+103+108=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD676C is #529893. Grayscale: #7C7C7C. Windows color (decimal): -5413012 or 7104429. OLE color: 7104429.

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

Color convert

RGB 173 103 108 -
CMYK 0 0.40 0.38 0.32
HSL 355.71º 0.3% 0.54% -
HSV(B) 355.71º 0.4% 0.68% -
XYZ 24.79 19.67 16.68 -
YUV 124.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 173 103 108 0 0.40 0.38 0.32 355.71 0.3 0.54
Hex AD 67 6C 0 28 26 20 164 1E 36
Octal 255 147 154 0 50 46 40 544 36 66
Binary 10101101 1100111 1101100 0 101000 100110 100000 101100100 11110 110110

Color Harmonies of #AD676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD676C

Black with #AD676C

Text Example


Text Example

White with #AD676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD676C; }

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

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

background-color css

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

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

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

border-color css

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

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

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