Html Css Color HEX #AD676A Turkish Rose

📋 copy color: '#AD676A'

red 173 ◦ green 103 ◦ blue 106

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

Shades of Turkish Rose #AD676A

Tints of Turkish Rose #AD676A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 45.29%
G = 26.96%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD676A (or 0xAD676A) is known color: Turkish Rose. HEX triplet: AD, 67 and 6A. RGB value is (173,103,106). Sum of RGB (Red+Green+Blue) = 173+103+106=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD676A is #529895. Grayscale: #7C7C7C. Windows color (decimal): -5413014 or 6973357. OLE color: 6973357.

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

Color convert

RGB 173 103 106 -
CMYK 0 0.40 0.39 0.32
HSL 357.43º 0.3% 0.54% -
HSV(B) 357.43º 0.4% 0.68% -
XYZ 24.69 19.63 16.12 -
YUV 124.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 173 103 106 0 0.40 0.39 0.32 357.43 0.3 0.54
Hex AD 67 6A 0 28 27 20 165 1E 36
Octal 255 147 152 0 50 47 40 545 36 66
Binary 10101101 1100111 1101010 0 101000 100111 100000 101100101 11110 110110

Color Harmonies of #AD676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD676A

Black with #AD676A

Text Example


Text Example

White with #AD676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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