#A28390

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

Shades of Bouquet #A28390

Tints of Bouquet #A28390

Color information

#A28390 (or 0xA28390) is unknown color: approx Bouquet. HEX triplet: A2, 83 and 90. RGB value is (162,131,144). Sum of RGB (Red+Green+Blue) = 162+131+144=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A28390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28390 is #5D7C6F. Grayscale: #8D8D8D. Windows color (decimal): -6126704 or 9470882. OLE color: 9470882.

HSL color Cylindrical-coordinate representation of color #A28390: hue angle of 334.84º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28390 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB162131144-
CMYK00.190.110.36
HSL334.84º14.29%57.45%-
HSV(B)334.84º19.14%63.53%-
XYZ28.0525.9329.91-
YUV141.75129.27142.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=37.07%
G=29.98%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213114400.190.110.36334.8414.2957.45
HexA28390013B2414fe39
Octal24220322002313445171671
Binary10100010100000111001000001001110111001001010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28390; }

 p { color: rgb(162,131,144); }

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

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

 a { background-color: rgb(162,131,144); }

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

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

 span { border-color: rgb(162,131,144); }

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