#A48693

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

Shades of Bouquet #A48693

Tints of Bouquet #A48693

Color information

#A48693 (or 0xA48693) is unknown color: approx Bouquet. HEX triplet: A4, 86 and 93. RGB value is (164,134,147). Sum of RGB (Red+Green+Blue) = 164+134+147=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48693 is #5B796C. Grayscale: #909090. Windows color (decimal): -5994861 or 9668260. OLE color: 9668260.

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

Color convert

RGB164134147-
CMYK00.180.100.36
HSL334º14.15%58.43%-
HSV(B)334º18.29%64.31%-
XYZ29.127.0531.29-
YUV144.45129.44141.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=36.85%
G=30.11%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413414700.180.100.3633414.1558.43
HexA48693012A2414ee3a
Octal24420622302212445161672
Binary10100100100001101001001101001010101001001010011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48693; }

 p { color: rgb(164,134,147); }

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

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

 a { background-color: rgb(164,134,147); }

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

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

 span { border-color: rgb(164,134,147); }

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