#A98392

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

Shades of Bouquet #A98392

Tints of Bouquet #A98392

Color information

#A98392 (or 0xA98392) is unknown color: approx Bouquet. HEX triplet: A9, 83 and 92. RGB value is (169,131,146). Sum of RGB (Red+Green+Blue) = 169+131+146=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A98392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98392 is #567C6D. Grayscale: #909090. Windows color (decimal): -5667950 or 9601961. OLE color: 9601961.

HSL color Cylindrical-coordinate representation of color #A98392: hue angle of 336.32º 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 #A98392 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB169131146-
CMYK00.220.140.34
HSL336.32º18.1%58.82%-
HSV(B)336.32º22.49%66.27%-
XYZ29.6726.7430.79-
YUV144.07129.09145.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 146 (57.42% from 255) = 32.74%
R=37.89%
G=29.37%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913114600.220.140.34336.3218.158.82
HexA98392016E22150123b
Octal25120322202616425202273
Binary101010011000001110010010010110111010001010101000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98392; }

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

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

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

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

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

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

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

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