#A18084

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

Shades of Turkish Rose #A18084

Tints of Turkish Rose #A18084

Color information

#A18084 (or 0xA18084) is unknown color: approx Turkish Rose. HEX triplet: A1, 80 and 84. RGB value is (161,128,132). Sum of RGB (Red+Green+Blue) = 161+128+132=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A18084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18084 is #5E7F7B. Grayscale: #8A8A8A. Windows color (decimal): -6193020 or 8683681. OLE color: 8683681.

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

Color convert

RGB161128132-
CMYK00.200.180.37
HSL352.73º14.93%56.67%-
HSV(B)352.73º20.5%63.14%-
XYZ26.5824.6825.19-
YUV138.32124.43144.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=38.24%
G=30.40%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112813200.200.180.37352.7314.9356.67
HexA180840141225161f39
Octal24120020402422455411771
Binary101000011000000010000100010100100101001011011000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18084; }

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

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

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

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

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

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

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

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