Html Css Color HEX #AD737B Turkish Rose

📋 copy color: '#AD737B'

red 173 ◦ green 115 ◦ blue 123

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

Shades of Turkish Rose #AD737B

Tints of Turkish Rose #AD737B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.98%

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

R = 42.09%
G = 27.98%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD737B (or 0xAD737B) is known color: Turkish Rose. HEX triplet: AD, 73 and 7B. RGB value is (173,115,123). Sum of RGB (Red+Green+Blue) = 173+115+123=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD737B is #528C84. Grayscale: #858585. Windows color (decimal): -5409925 or 8090541. OLE color: 8090541.

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

Color convert

RGB 173 115 123 -
CMYK 0 0.34 0.29 0.32
HSL 351.72º 0.26% 0.56% -
HSV(B) 351.72º 0.34% 0.68% -
XYZ 26.94 22.58 21.68 -
YUV 133.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 173 115 123 0 0.34 0.29 0.32 351.72 0.26 0.56
Hex AD 73 7B 0 22 1D 20 160 1A 38
Octal 255 163 173 0 42 35 40 540 32 70
Binary 10101101 1110011 1111011 0 100010 11101 100000 101100000 11010 111000

Color Harmonies of #AD737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD737B

Black with #AD737B

Text Example


Text Example

White with #AD737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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