#A67898

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

Shades of Bouquet #A67898

Tints of Bouquet #A67898

Color information

#A67898 (or 0xA67898) is unknown color: approx Bouquet. HEX triplet: A6, 78 and 98. RGB value is (166,120,152). Sum of RGB (Red+Green+Blue) = 166+120+152=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A67898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67898 is #598767. Grayscale: #898989. Windows color (decimal): -5867368 or 9992358. OLE color: 9992358.

HSL color Cylindrical-coordinate representation of color #A67898: hue angle of 318.26º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67898 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB166120152-
CMYK00.280.080.35
HSL318.26º20.54%56.08%-
HSV(B)318.26º27.71%65.1%-
XYZ28.1123.8132.82-
YUV137.4136.24148.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 152 (59.77% from 255) = 34.70%
R=37.90%
G=27.40%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612015200.280.080.35318.2620.5456.08
HexA6789801C82313e1538
Octal24617023003410434762570
Binary10100110111100010011000011100100010001110011111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67898; }

 p { color: rgb(166,120,152); }

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

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

 a { background-color: rgb(166,120,152); }

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

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

 span { border-color: rgb(166,120,152); }

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