#A08798

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

Shades of Bouquet #A08798

Tints of Bouquet #A08798

Color information

#A08798 (or 0xA08798) is unknown color: approx Bouquet. HEX triplet: A0, 87 and 98. RGB value is (160,135,152). Sum of RGB (Red+Green+Blue) = 160+135+152=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A08798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08798 is #5F7867. Grayscale: #909090. Windows color (decimal): -6256744 or 9996192. OLE color: 9996192.

HSL color Cylindrical-coordinate representation of color #A08798: hue angle of 319.2º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08798 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB160135152-
CMYK00.160.050.37
HSL319.2º11.63%57.84%-
HSV(B)319.2º15.62%62.75%-
XYZ28.8327.0733.41-
YUV144.41132.28139.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=35.79%
G=30.20%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013515200.160.050.37319.211.6357.84
HexA0879801052513fc3a
Octal2402072300205454771472
Binary1010000010000111100110000100001011001011001111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08798; }

 p { color: rgb(160,135,152); }

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

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

 a { background-color: rgb(160,135,152); }

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

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

 span { border-color: rgb(160,135,152); }

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