#A48197

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

Shades of Bouquet #A48197

Tints of Bouquet #A48197

Color information

#A48197 (or 0xA48197) is unknown color: approx Bouquet. HEX triplet: A4, 81 and 97. RGB value is (164,129,151). Sum of RGB (Red+Green+Blue) = 164+129+151=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A48197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48197 is #5B7E68. Grayscale: #8D8D8D. Windows color (decimal): -5996137 or 9929124. OLE color: 9929124.

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

Color convert

RGB164129151-
CMYK00.210.080.36
HSL322.29º16.13%57.45%-
HSV(B)322.29º21.34%64.31%-
XYZ28.7525.8332.75-
YUV141.97133.1143.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 151 (59.38% from 255) = 34.01%
R=36.94%
G=29.05%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412915100.210.080.36322.2916.1357.45
HexA481970158241421039
Octal24420122702510445022071
Binary101001001000000110010111010101100010010010100001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48197; }

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

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

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

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

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

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

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

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