#A48796

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

Shades of Bouquet #A48796

Tints of Bouquet #A48796

Color information

#A48796 (or 0xA48796) is unknown color: approx Bouquet. HEX triplet: A4, 87 and 96. RGB value is (164,135,150). Sum of RGB (Red+Green+Blue) = 164+135+150=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A48796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48796 is #5B7869. Grayscale: #919191. Windows color (decimal): -5994602 or 9865124. OLE color: 9865124.

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

Color convert

RGB164135150-
CMYK00.180.090.36
HSL328.97º13.74%58.63%-
HSV(B)328.97º17.68%64.31%-
XYZ29.4827.4232.59-
YUV145.38130.61141.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=36.53%
G=30.07%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413515000.180.090.36328.9713.7458.63
HexA48796012924149e3b
Octal24420722602211445111673
Binary10100100100001111001011001001010011001001010010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48796; }

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

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

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

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

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

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

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

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