#A18085

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

Shades of Turkish Rose #A18085

Tints of Turkish Rose #A18085

Color information

#A18085 (or 0xA18085) is unknown color: approx Turkish Rose. HEX triplet: A1, 80 and 85. RGB value is (161,128,133). Sum of RGB (Red+Green+Blue) = 161+128+133=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A18085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18085 is #5E7F7A. Grayscale: #8A8A8A. Windows color (decimal): -6193019 or 8749217. OLE color: 8749217.

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

Color convert

RGB161128133-
CMYK00.200.170.37
HSL350.91º14.93%56.67%-
HSV(B)350.91º20.5%63.14%-
XYZ26.6524.7125.55-
YUV138.44124.93144.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 133 (52.34% from 255) = 31.52%
R=38.15%
G=30.33%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112813300.200.170.37350.9114.9356.67
HexA18085014112515ff39
Octal24120020502421455371771
Binary101000011000000010000101010100100011001011010111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18085; }

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

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

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

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

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

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

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

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