Html Css Color HEX #AD747D Turkish Rose

📋 copy color: '#AD747D'

red 173 ◦ green 116 ◦ blue 125

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

Shades of Turkish Rose #AD747D

Tints of Turkish Rose #AD747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.02%

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 41.79%
G = 28.02%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD747D (or 0xAD747D) is known color: Turkish Rose. HEX triplet: AD, 74 and 7D. RGB value is (173,116,125). Sum of RGB (Red+Green+Blue) = 173+116+125=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD747D is #528B82. Grayscale: #868686. Windows color (decimal): -5409667 or 8221869. OLE color: 8221869.

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

Color convert

RGB 173 116 125 -
CMYK 0 0.33 0.28 0.32
HSL 350.53º 0.26% 0.57% -
HSV(B) 350.53º 0.33% 0.68% -
XYZ 27.18 22.86 22.38 -
YUV 134.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 173 116 125 0 0.33 0.28 0.32 350.53 0.26 0.57
Hex AD 74 7D 0 21 1C 20 15F 1A 39
Octal 255 164 175 0 41 34 40 537 32 71
Binary 10101101 1110100 1111101 0 100001 11100 100000 101011111 11010 111001

Color Harmonies of #AD747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD747D

Black with #AD747D

Text Example


Text Example

White with #AD747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD747D; }

 p { color: rgb(173,116,125); }

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

background-color css

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

 a { background-color: rgb(173,116,125); }

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

border-color css

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

 span { border-color: rgb(173,116,125); }

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