#A48794

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

Shades of Bouquet #A48794

Tints of Bouquet #A48794

Color information

#A48794 (or 0xA48794) is unknown color: approx Bouquet. HEX triplet: A4, 87 and 94. RGB value is (164,135,148). Sum of RGB (Red+Green+Blue) = 164+135+148=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A48794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48794 is #5B786B. Grayscale: #919191. Windows color (decimal): -5994604 or 9734052. OLE color: 9734052.

HSL color Cylindrical-coordinate representation of color #A48794: hue angle of 333.1º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48794 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB164135148-
CMYK00.180.100.36
HSL333.1º13.74%58.63%-
HSV(B)333.1º17.68%64.31%-
XYZ29.3227.3631.75-
YUV145.15129.61141.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=36.69%
G=30.20%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413514800.180.100.36333.113.7458.63
HexA48794012A2414de3b
Octal24420722402212445151673
Binary10100100100001111001010001001010101001001010011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48794; }

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

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

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

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

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

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

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

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