#A78090

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

Shades of Bouquet #A78090

Tints of Bouquet #A78090

Color information

#A78090 (or 0xA78090) is unknown color: approx Bouquet. HEX triplet: A7, 80 and 90. RGB value is (167,128,144). Sum of RGB (Red+Green+Blue) = 167+128+144=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 167 - color contains mainly: red. Hex color #A78090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78090 is #587F6F. Grayscale: #8D8D8D. Windows color (decimal): -5799792 or 9470119. OLE color: 9470119.

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

Color convert

RGB167128144-
CMYK00.230.140.35
HSL335.38º18.14%57.84%-
HSV(B)335.38º23.35%65.49%-
XYZ28.6925.6729.83-
YUV141.48129.42146.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.04%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=38.04%
G=29.16%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712814400.230.140.35335.3818.1457.84
HexA78090017E2314f123a
Octal24720022002716435172272
Binary101001111000000010010000010111111010001110100111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78090; }

 p { color: rgb(167,128,144); }

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

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

 a { background-color: rgb(167,128,144); }

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

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

 span { border-color: rgb(167,128,144); }

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