#ad6371

Color #AD6371 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AD6371

Tints of Turkish Rose #AD6371

Color information

#AD6371 (or 0xAD6371) is unknown color: approx Turkish Rose. HEX triplet: AD, 63 and 71. RGB value is (173,99,113). Sum of RGB (Red+Green+Blue) = 173+99+113=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6371 is #529C8E. Grayscale: #7A7A7A. Windows color (decimal): -5414031 or 7431085. OLE color: 7431085.

HSL color Cylindrical-coordinate representation of color #AD6371: hue angle of 348.65º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6371 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB17399113-
CMYK00.430.350.32
HSL348.65º31.09%53.33%-
HSV(B)348.65º42.77%67.84%-
XYZ24.681917.99-
YUV122.72122.52163.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=44.94%
G=25.71%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739911300.430.350.32348.6531.0953.33
HexAD637102B232015d1f35
Octal25514316105343405353765
Binary1010110111000111110001010101110001110000010101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad6371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad6371; }

 p { color: rgb(173,99,113); }

 H1.HeaderClassName
 {
   color: #ad6371;
 }
 .AnyTagClassName
 {
   color: #ad6371;
 }
</style>
background-color css

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

 a { background-color: rgb(173,99,113); }

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

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

 span { border-color: rgb(173,99,113); }

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