#A78999

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

Shades of Bouquet #A78999

Tints of Bouquet #A78999

Color information

#A78999 (or 0xA78999) is unknown color: approx Bouquet. HEX triplet: A7, 89 and 99. RGB value is (167,137,153). Sum of RGB (Red+Green+Blue) = 167+137+153=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 167 - color contains mainly: red. Hex color #A78999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78999 is #587666. Grayscale: #939393. Windows color (decimal): -5797479 or 10062247. OLE color: 10062247.

HSL color Cylindrical-coordinate representation of color #A78999: hue angle of 328º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A78999 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB167137153-
CMYK00.180.080.35
HSL328º14.56%59.61%-
HSV(B)328º17.96%65.49%-
XYZ30.6328.4134.01-
YUV147.79130.94141.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=36.54%
G=29.98%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713715300.180.080.3532814.5659.61
HexA78999012823148f3c
Octal24721123102210435101774
Binary10100111100010011001100101001010001000111010010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78999; }

 p { color: rgb(167,137,153); }

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

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

 a { background-color: rgb(167,137,153); }

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

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

 span { border-color: rgb(167,137,153); }

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