#A0869C

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

Shades of Bouquet #A0869C

Tints of Bouquet #A0869C

Color information

#A0869C (or 0xA0869C) is unknown color: approx Bouquet. HEX triplet: A0, 86 and 9C. RGB value is (160,134,156). Sum of RGB (Red+Green+Blue) = 160+134+156=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A0869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0869C is #5F7963. Grayscale: #909090. Windows color (decimal): -6256996 or 10258080. OLE color: 10258080.

HSL color Cylindrical-coordinate representation of color #A0869C: hue angle of 309.23º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0869C is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB160134156-
CMYK00.160.020.37
HSL309.23º12.04%57.65%-
HSV(B)309.23º16.25%62.75%-
XYZ29.0226.9235.12-
YUV144.28134.61139.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=35.56%
G=29.78%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013415600.160.020.37309.2312.0457.65
HexA0869C010225135c3a
Octal2402062340202454651472
Binary101000001000011010011100010000101001011001101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0869C; }

 p { color: rgb(160,134,156); }

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

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

 a { background-color: rgb(160,134,156); }

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

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

 span { border-color: rgb(160,134,156); }

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