#A38497

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

Shades of Bouquet #A38497

Tints of Bouquet #A38497

Color information

#A38497 (or 0xA38497) is unknown color: approx Bouquet. HEX triplet: A3, 84 and 97. RGB value is (163,132,151). Sum of RGB (Red+Green+Blue) = 163+132+151=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A38497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38497 is #5C7B68. Grayscale: #8F8F8F. Windows color (decimal): -6060905 or 9929891. OLE color: 9929891.

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

Color convert

RGB163132151-
CMYK00.190.070.36
HSL323.23º14.42%57.84%-
HSV(B)323.23º19.02%63.92%-
XYZ28.9426.5232.87-
YUV143.44132.27141.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 151 (59.38% from 255) = 33.86%
R=36.55%
G=29.60%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313215100.190.070.36323.2314.4257.84
HexA38497013724143e3a
Octal2432042270237445031672
Binary1010001110000100100101110100111111001001010000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38497; }

 p { color: rgb(163,132,151); }

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

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

 a { background-color: rgb(163,132,151); }

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

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

 span { border-color: rgb(163,132,151); }

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