#A08185

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

Shades of Turkish Rose #A08185

Tints of Turkish Rose #A08185

Color information

#A08185 (or 0xA08185) is unknown color: approx Turkish Rose. HEX triplet: A0, 81 and 85. RGB value is (160,129,133). Sum of RGB (Red+Green+Blue) = 160+129+133=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A08185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08185 is #5F7E7A. Grayscale: #8A8A8A. Windows color (decimal): -6258299 or 8749472. OLE color: 8749472.

HSL color Cylindrical-coordinate representation of color #A08185: hue angle of 352.26º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A08185 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB160129133-
CMYK00.190.170.37
HSL352.26º14.03%56.67%-
HSV(B)352.26º19.37%62.75%-
XYZ26.5824.8725.59-
YUV138.72124.77143.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 133 (52.34% from 255) = 31.52%
R=37.91%
G=30.57%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012913300.190.170.37352.2614.0356.67
HexA081850131125160e39
Octal24020120502321455401671
Binary101000001000000110000101010011100011001011011000001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08185; }

 p { color: rgb(160,129,133); }

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

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

 a { background-color: rgb(160,129,133); }

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

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

 span { border-color: rgb(160,129,133); }

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