#A18285

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

Shades of Turkish Rose #A18285

Tints of Turkish Rose #A18285

Color information

#A18285 (or 0xA18285) is unknown color: approx Turkish Rose. HEX triplet: A1, 82 and 85. RGB value is (161,130,133). Sum of RGB (Red+Green+Blue) = 161+130+133=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A18285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18285 is #5E7D7A. Grayscale: #8B8B8B. Windows color (decimal): -6192507 or 8749729. OLE color: 8749729.

HSL color Cylindrical-coordinate representation of color #A18285: hue angle of 354.19º 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 #A18285 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB161130133-
CMYK00.190.170.37
HSL354.19º14.16%57.06%-
HSV(B)354.19º19.25%63.14%-
XYZ26.9125.2425.64-
YUV139.61124.27143.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=37.97%
G=30.66%
B=31.37%

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
Decimal16113013300.190.170.37354.1914.1657.06
HexA182850131125162e39
Octal24120220502321455421671
Binary101000011000001010000101010011100011001011011000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18285; }

 p { color: rgb(161,130,133); }

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

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

 a { background-color: rgb(161,130,133); }

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

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

 span { border-color: rgb(161,130,133); }

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