Html Css Color HEX #AD747B Turkish Rose

📋 copy color: '#AD747B'

red 173 ◦ green 116 ◦ blue 123

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

Shades of Turkish Rose #AD747B

Tints of Turkish Rose #AD747B

RGB

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

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

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

R = 41.99%
G = 28.16%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD747B (or 0xAD747B) is known color: Turkish Rose. HEX triplet: AD, 74 and 7B. RGB value is (173,116,123). Sum of RGB (Red+Green+Blue) = 173+116+123=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD747B is #528B84. Grayscale: #858585. Windows color (decimal): -5409669 or 8090797. OLE color: 8090797.

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

Color convert

RGB 173 116 123 -
CMYK 0 0.33 0.29 0.32
HSL 352.63º 0.26% 0.57% -
HSV(B) 352.63º 0.33% 0.68% -
XYZ 27.05 22.81 21.71 -
YUV 133.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 173 116 123 0 0.33 0.29 0.32 352.63 0.26 0.57
Hex AD 74 7B 0 21 1D 20 161 1A 39
Octal 255 164 173 0 41 35 40 541 32 71
Binary 10101101 1110100 1111011 0 100001 11101 100000 101100001 11010 111001

Color Harmonies of #AD747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD747B

Black with #AD747B

Text Example


Text Example

White with #AD747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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