#A27895

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

Shades of Bouquet #A27895

Tints of Bouquet #A27895

Color information

#A27895 (or 0xA27895) is unknown color: approx Bouquet. HEX triplet: A2, 78 and 95. RGB value is (162,120,149). Sum of RGB (Red+Green+Blue) = 162+120+149=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A27895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27895 is #5D876A. Grayscale: #878787. Windows color (decimal): -6129515 or 9795746. OLE color: 9795746.

HSL color Cylindrical-coordinate representation of color #A27895: hue angle of 318.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A27895 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB162120149-
CMYK00.260.080.36
HSL318.57º18.42%55.29%-
HSV(B)318.57º25.93%63.53%-
XYZ27.0423.2831.5-
YUV135.86135.41146.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=37.59%
G=27.84%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212014900.260.080.36318.5718.4255.29
HexA2789501A82413f1237
Octal24217022503210444772267
Binary10100010111100010010101011010100010010010011111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27895; }

 p { color: rgb(162,120,149); }

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

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

 a { background-color: rgb(162,120,149); }

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

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

 span { border-color: rgb(162,120,149); }

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