#A48C9A

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

Shades of Bouquet #A48C9A

Tints of Bouquet #A48C9A

Color information

#A48C9A (or 0xA48C9A) is unknown color: approx Bouquet. HEX triplet: A4, 8C and 9A. RGB value is (164,140,154). Sum of RGB (Red+Green+Blue) = 164+140+154=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C9A is #5B7365. Grayscale: #949494. Windows color (decimal): -5993318 or 10128548. OLE color: 10128548.

HSL color Cylindrical-coordinate representation of color #A48C9A: hue angle of 325º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A48C9A is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB164140154-
CMYK00.150.060.36
HSL325º11.65%59.61%-
HSV(B)325º14.63%64.31%-
XYZ30.5228.9834.56-
YUV148.77130.95138.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=35.81%
G=30.57%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414015400.150.060.3632511.6559.61
HexA48C9A0F624145c3c
Octal2442142320176445051474
Binary101001001000110010011010011111101001001010001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C9A; }

 p { color: rgb(164,140,154); }

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

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

 a { background-color: rgb(164,140,154); }

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

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

 span { border-color: rgb(164,140,154); }

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