#A78995

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

Shades of Bouquet #A78995

Tints of Bouquet #A78995

Color information

#A78995 (or 0xA78995) is unknown color: approx Bouquet. HEX triplet: A7, 89 and 95. RGB value is (167,137,149). Sum of RGB (Red+Green+Blue) = 167+137+149=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 167 - color contains mainly: red. Hex color #A78995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78995 is #58766A. Grayscale: #939393. Windows color (decimal): -5797483 or 9800103. OLE color: 9800103.

HSL color Cylindrical-coordinate representation of color #A78995: hue angle of 336º 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 #A78995 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB167137149-
CMYK00.180.110.35
HSL336º14.56%59.61%-
HSV(B)336º17.96%65.49%-
XYZ30.3128.2832.29-
YUV147.34128.94142.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.87%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=36.87%
G=30.24%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713714900.180.110.3533614.5659.61
HexA78995012B23150f3c
Octal24721122502213435201774
Binary10100111100010011001010101001010111000111010100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78995; }

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

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

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

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

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

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

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

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