#A18082

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

Shades of Turkish Rose #A18082

Tints of Turkish Rose #A18082

Color information

#A18082 (or 0xA18082) is unknown color: approx Turkish Rose. HEX triplet: A1, 80 and 82. RGB value is (161,128,130). Sum of RGB (Red+Green+Blue) = 161+128+130=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A18082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18082 is #5E7F7D. Grayscale: #8A8A8A. Windows color (decimal): -6193022 or 8552609. OLE color: 8552609.

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

Color convert

RGB161128130-
CMYK00.200.190.37
HSL356.36º14.93%56.67%-
HSV(B)356.36º20.5%63.14%-
XYZ26.4524.6324.48-
YUV138.1123.43144.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=38.42%
G=30.55%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112813000.200.190.37356.3614.9356.67
HexA180820141325164f39
Octal24120020202423455441771
Binary101000011000000010000010010100100111001011011001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18082; }

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

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

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

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

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

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

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

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