Html Css Color HEX #AD757B Turkish Rose

📋 copy color: '#AD757B'

red 173 ◦ green 117 ◦ blue 123

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

Shades of Turkish Rose #AD757B

Tints of Turkish Rose #AD757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 41.89%
G = 28.33%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD757B (or 0xAD757B) is known color: Turkish Rose. HEX triplet: AD, 75 and 7B. RGB value is (173,117,123). Sum of RGB (Red+Green+Blue) = 173+117+123=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD757B is #528A84. Grayscale: #868686. Windows color (decimal): -5409413 or 8091053. OLE color: 8091053.

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

Color convert

RGB 173 117 123 -
CMYK 0 0.32 0.29 0.32
HSL 353.57º 0.25% 0.57% -
HSV(B) 353.57º 0.32% 0.68% -
XYZ 27.17 23.04 21.75 -
YUV 134.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 173 117 123 0 0.32 0.29 0.32 353.57 0.25 0.57
Hex AD 75 7B 0 20 1D 20 162 19 39
Octal 255 165 173 0 40 35 40 542 31 71
Binary 10101101 1110101 1111011 0 100000 11101 100000 101100010 11001 111001

Color Harmonies of #AD757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD757B

Black with #AD757B

Text Example


Text Example

White with #AD757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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