#A98295

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

Shades of Bouquet #A98295

Tints of Bouquet #A98295

Color information

#A98295 (or 0xA98295) is unknown color: approx Bouquet. HEX triplet: A9, 82 and 95. RGB value is (169,130,149). Sum of RGB (Red+Green+Blue) = 169+130+149=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A98295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98295 is #567D6A. Grayscale: #8F8F8F. Windows color (decimal): -5668203 or 9798313. OLE color: 9798313.

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

Color convert

RGB169130149-
CMYK00.230.120.34
HSL330.77º18.48%58.63%-
HSV(B)330.77º23.08%66.27%-
XYZ29.7726.5731.99-
YUV143.83130.92145.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=37.72%
G=29.02%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913014900.230.120.34330.7718.4858.63
HexA98295017C2214b123b
Octal25120222502714425132273
Binary101010011000001010010101010111110010001010100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98295; }

 p { color: rgb(169,130,149); }

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

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

 a { background-color: rgb(169,130,149); }

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

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

 span { border-color: rgb(169,130,149); }

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