Html Css Color HEX #AD757E Turkish Rose

📋 copy color: '#AD757E'

red 173 ◦ green 117 ◦ blue 126

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

Shades of Turkish Rose #AD757E

Tints of Turkish Rose #AD757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

 BLUE value IS 126 (49.61% from 255) = 30.29%

R = 41.59%
G = 28.13%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD757E (or 0xAD757E) is known color: Turkish Rose. HEX triplet: AD, 75 and 7E. RGB value is (173,117,126). Sum of RGB (Red+Green+Blue) = 173+117+126=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD757E is #528A81. Grayscale: #868686. Windows color (decimal): -5409410 or 8287661. OLE color: 8287661.

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

Color convert

RGB 173 117 126 -
CMYK 0 0.32 0.27 0.32
HSL 350.36º 0.25% 0.57% -
HSV(B) 350.36º 0.32% 0.68% -
XYZ 27.36 23.11 22.76 -
YUV 134.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 173 117 126 0 0.32 0.27 0.32 350.36 0.25 0.57
Hex AD 75 7E 0 20 1B 20 15E 19 39
Octal 255 165 176 0 40 33 40 536 31 71
Binary 10101101 1110101 1111110 0 100000 11011 100000 101011110 11001 111001

Color Harmonies of #AD757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD757E

Black with #AD757E

Text Example


Text Example

White with #AD757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD757E; }

 p { color: rgb(173,117,126); }

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

background-color css

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

 a { background-color: rgb(173,117,126); }

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

border-color css

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

 span { border-color: rgb(173,117,126); }

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