#AD8485

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

Shades of Turkish Rose #AD8485

Tints of Turkish Rose #AD8485

Color information

#AD8485 (or 0xAD8485) is unknown color: approx Turkish Rose. HEX triplet: AD, 84 and 85. RGB value is (173,132,133). Sum of RGB (Red+Green+Blue) = 173+132+133=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8485 is #527B7A. Grayscale: #909090. Windows color (decimal): -5405563 or 8750253. OLE color: 8750253.

HSL color Cylindrical-coordinate representation of color #AD8485: hue angle of 358.54º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8485 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB173132133-
CMYK00.240.230.32
HSL358.54º20%59.8%-
HSV(B)358.54º23.7%67.84%-
XYZ29.7227.0825.85-
YUV144.37121.58148.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=39.50%
G=30.14%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313213300.240.230.32358.542059.8
HexAD84850181720167143c
Octal25520420503027405472474
Binary1010110110000100100001010110001011110000010110011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8485; }

 p { color: rgb(173,132,133); }

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

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

 a { background-color: rgb(173,132,133); }

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

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

 span { border-color: rgb(173,132,133); }

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