#A18F9B

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

Shades of Bouquet #A18F9B

Tints of Bouquet #A18F9B

Color information

#A18F9B (or 0xA18F9B) is unknown color: approx Bouquet. HEX triplet: A1, 8F and 9B. RGB value is (161,143,155). Sum of RGB (Red+Green+Blue) = 161+143+155=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F9B is #5E7064. Grayscale: #959595. Windows color (decimal): -6189157 or 10194849. OLE color: 10194849.

HSL color Cylindrical-coordinate representation of color #A18F9B: hue angle of 320º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A18F9B is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB161143155-
CMYK00.110.040.37
HSL320º8.74%59.61%-
HSV(B)320º11.18%63.14%-
XYZ30.4429.5935.12-
YUV149.75130.96136.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=35.08%
G=31.15%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114315500.110.040.373208.7459.61
HexA18F9B0B42514093c
Octal2412172330134455001174
Binary101000011000111110011011010111001001011010000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F9B; }

 p { color: rgb(161,143,155); }

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

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

 a { background-color: rgb(161,143,155); }

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

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

 span { border-color: rgb(161,143,155); }

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