#A68794

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

Shades of Bouquet #A68794

Tints of Bouquet #A68794

Color information

#A68794 (or 0xA68794) is unknown color: approx Bouquet. HEX triplet: A6, 87 and 94. RGB value is (166,135,148). Sum of RGB (Red+Green+Blue) = 166+135+148=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A68794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68794 is #59786B. Grayscale: #919191. Windows color (decimal): -5863532 or 9734054. OLE color: 9734054.

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

Color convert

RGB166135148-
CMYK00.190.110.35
HSL334.84º14.83%59.02%-
HSV(B)334.84º18.67%65.1%-
XYZ29.7427.5731.77-
YUV145.75129.27142.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=36.97%
G=30.07%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613514800.190.110.35334.8414.8359.02
HexA68794013B2314ff3b
Octal24620722402313435171773
Binary10100110100001111001010001001110111000111010011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68794; }

 p { color: rgb(166,135,148); }

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

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

 a { background-color: rgb(166,135,148); }

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

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

 span { border-color: rgb(166,135,148); }

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