#A78295

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

Shades of Bouquet #A78295

Tints of Bouquet #A78295

Color information

#A78295 (or 0xA78295) is unknown color: approx Bouquet. HEX triplet: A7, 82 and 95. RGB value is (167,130,149). Sum of RGB (Red+Green+Blue) = 167+130+149=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 167 - color contains mainly: red. Hex color #A78295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78295 is #587D6A. Grayscale: #8F8F8F. Windows color (decimal): -5799275 or 9798311. OLE color: 9798311.

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

Color convert

RGB167130149-
CMYK00.220.110.35
HSL329.19º17.37%58.24%-
HSV(B)329.19º22.16%65.49%-
XYZ29.3426.3531.97-
YUV143.23131.26144.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=37.44%
G=29.15%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713014900.220.110.35329.1917.3758.24
HexA78295016B23149113a
Octal24720222502613435112172
Binary101001111000001010010101010110101110001110100100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78295; }

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

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

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

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

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

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

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

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