#A48196

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

Shades of Bouquet #A48196

Tints of Bouquet #A48196

Color information

#A48196 (or 0xA48196) is unknown color: approx Bouquet. HEX triplet: A4, 81 and 96. RGB value is (164,129,150). Sum of RGB (Red+Green+Blue) = 164+129+150=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A48196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48196 is #5B7E69. Grayscale: #8D8D8D. Windows color (decimal): -5996138 or 9863588. OLE color: 9863588.

HSL color Cylindrical-coordinate representation of color #A48196: hue angle of 324º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48196 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB164129150-
CMYK00.210.090.36
HSL324º16.13%57.45%-
HSV(B)324º21.34%64.31%-
XYZ28.6725.832.32-
YUV141.86132.6143.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=37.02%
G=29.12%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412915000.210.090.3632416.1357.45
HexA481960159241441039
Octal24420122602511445042071
Binary101001001000000110010110010101100110010010100010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48196; }

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

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

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

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

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

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

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

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