#A48297

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

Shades of Bouquet #A48297

Tints of Bouquet #A48297

Color information

#A48297 (or 0xA48297) is unknown color: approx Bouquet. HEX triplet: A4, 82 and 97. RGB value is (164,130,151). Sum of RGB (Red+Green+Blue) = 164+130+151=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48297 is #5B7D68. Grayscale: #8E8E8E. Windows color (decimal): -5995881 or 9929380. OLE color: 9929380.

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

Color convert

RGB164130151-
CMYK00.210.080.36
HSL322.94º15.74%57.65%-
HSV(B)322.94º20.73%64.31%-
XYZ28.8826.0932.79-
YUV142.56132.76143.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 151 (59.38% from 255) = 33.93%
R=36.85%
G=29.21%
B=33.93%

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
Decimal16413015100.210.080.36322.9415.7457.65
HexA48297015824143103a
Octal24420222702510445032072
Binary101001001000001010010111010101100010010010100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48297; }

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

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

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

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

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

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

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

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