#AD6263

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

Shades of Turkish Rose #AD6263

Tints of Turkish Rose #AD6263

Color information

#AD6263 (or 0xAD6263) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 63. RGB value is (173,98,99). Sum of RGB (Red+Green+Blue) = 173+98+99=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6263 is #529D9C. Grayscale: #787878. Windows color (decimal): -5414301 or 6513325. OLE color: 6513325.

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

Color convert

RGB1739899-
CMYK00.430.430.32
HSL359.2º31.38%53.14%-
HSV(B)359.2º43.35%67.84%-
XYZ23.8518.5214.12-
YUV120.54115.85165.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=46.76%
G=26.49%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173989900.430.430.32359.231.3853.14
HexAD626302B2B201671f35
Octal25514214305353405473765
Binary1010110111000101100011010101110101110000010110011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6263; }

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

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

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

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

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

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

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

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