#A28298

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

Shades of Bouquet #A28298

Tints of Bouquet #A28298

Color information

#A28298 (or 0xA28298) is unknown color: approx Bouquet. HEX triplet: A2, 82 and 98. RGB value is (162,130,152). Sum of RGB (Red+Green+Blue) = 162+130+152=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A28298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28298 is #5D7D67. Grayscale: #8E8E8E. Windows color (decimal): -6126952 or 9994914. OLE color: 9994914.

HSL color Cylindrical-coordinate representation of color #A28298: hue angle of 318.75º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28298 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162130152-
CMYK00.200.060.36
HSL318.75º14.68%57.25%-
HSV(B)318.75º19.75%63.53%-
XYZ28.5525.9133.2-
YUV142.08133.6142.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 152 (59.77% from 255) = 34.23%
R=36.49%
G=29.28%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213015200.200.060.36318.7514.6857.25
HexA2829801462413ff39
Octal2422022300246444771771
Binary1010001010000010100110000101001101001001001111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28298; }

 p { color: rgb(162,130,152); }

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

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

 a { background-color: rgb(162,130,152); }

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

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

 span { border-color: rgb(162,130,152); }

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