#A78495

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

Shades of Bouquet #A78495

Tints of Bouquet #A78495

Color information

#A78495 (or 0xA78495) is unknown color: approx Bouquet. HEX triplet: A7, 84 and 95. RGB value is (167,132,149). Sum of RGB (Red+Green+Blue) = 167+132+149=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A78495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78495 is #587B6A. Grayscale: #909090. Windows color (decimal): -5798763 or 9798823. OLE color: 9798823.

HSL color Cylindrical-coordinate representation of color #A78495: hue angle of 330.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A78495 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB167132149-
CMYK00.210.110.35
HSL330.86º16.59%58.63%-
HSV(B)330.86º20.96%65.49%-
XYZ29.6126.8932.06-
YUV144.4130.6144.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=37.28%
G=29.46%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713214900.210.110.35330.8616.5958.63
HexA78495015B2314b113b
Octal24720422502513435132173
Binary101001111000010010010101010101101110001110100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78495; }

 p { color: rgb(167,132,149); }

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

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

 a { background-color: rgb(167,132,149); }

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

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

 span { border-color: rgb(167,132,149); }

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