#A98396

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

Shades of Bouquet #A98396

Tints of Bouquet #A98396

Color information

#A98396 (or 0xA98396) is unknown color: approx Bouquet. HEX triplet: A9, 83 and 96. RGB value is (169,131,150). Sum of RGB (Red+Green+Blue) = 169+131+150=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A98396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98396 is #567C69. Grayscale: #909090. Windows color (decimal): -5667946 or 9864105. OLE color: 9864105.

HSL color Cylindrical-coordinate representation of color #A98396: hue angle of 330º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98396 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169131150-
CMYK00.220.110.34
HSL330º18.1%58.82%-
HSV(B)330º22.49%66.27%-
XYZ29.9826.8732.46-
YUV144.53131.09145.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=37.56%
G=29.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913115000.220.110.3433018.158.82
HexA98396016B2214a123b
Octal25120322602613425122273
Binary101010011000001110010110010110101110001010100101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98396; }

 p { color: rgb(169,131,150); }

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

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

 a { background-color: rgb(169,131,150); }

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

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

 span { border-color: rgb(169,131,150); }

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