#A98795

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

Shades of Bouquet #A98795

Tints of Bouquet #A98795

Color information

#A98795 (or 0xA98795) is unknown color: approx Bouquet. HEX triplet: A9, 87 and 95. RGB value is (169,135,149). Sum of RGB (Red+Green+Blue) = 169+135+149=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A98795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98795 is #56786A. Grayscale: #929292. Windows color (decimal): -5666923 or 9799593. OLE color: 9799593.

HSL color Cylindrical-coordinate representation of color #A98795: hue angle of 335.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A98795 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB169135149-
CMYK00.200.120.34
HSL335.29º16.5%59.61%-
HSV(B)335.29º20.12%66.27%-
XYZ30.4527.9332.22-
YUV146.76129.26143.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=37.31%
G=29.80%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913514900.200.120.34335.2916.559.61
HexA98795014C2214f113c
Octal25120722502414425172174
Binary101010011000011110010101010100110010001010100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98795; }

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

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

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

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

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

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

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

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