#A18A9C

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

Shades of Bouquet #A18A9C

Tints of Bouquet #A18A9C

Color information

#A18A9C (or 0xA18A9C) is unknown color: approx Bouquet. HEX triplet: A1, 8A and 9C. RGB value is (161,138,156). Sum of RGB (Red+Green+Blue) = 161+138+156=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A9C is #5E7563. Grayscale: #929292. Windows color (decimal): -6190436 or 10259105. OLE color: 10259105.

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

Color convert

RGB161138156-
CMYK00.140.030.37
HSL313.04º10.9%58.63%-
HSV(B)313.04º14.29%63.14%-
XYZ29.7928.1535.32-
YUV146.93133.12138.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=35.38%
G=30.33%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113815600.140.030.37313.0410.958.63
HexA18A9C0E325139b3b
Octal2412122340163454711373
Binary10100001100010101001110001110111001011001110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A9C; }

 p { color: rgb(161,138,156); }

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

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

 a { background-color: rgb(161,138,156); }

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

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

 span { border-color: rgb(161,138,156); }

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