#A28798

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

Shades of Bouquet #A28798

Tints of Bouquet #A28798

Color information

#A28798 (or 0xA28798) is unknown color: approx Bouquet. HEX triplet: A2, 87 and 98. RGB value is (162,135,152). Sum of RGB (Red+Green+Blue) = 162+135+152=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A28798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28798 is #5D7867. Grayscale: #909090. Windows color (decimal): -6125672 or 9996194. OLE color: 9996194.

HSL color Cylindrical-coordinate representation of color #A28798: hue angle of 322.22º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A28798 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162135152-
CMYK00.170.060.36
HSL322.22º12.68%58.24%-
HSV(B)322.22º16.67%63.53%-
XYZ29.2327.2833.43-
YUV145.01131.95140.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=36.08%
G=30.07%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213515200.170.060.36322.2212.6858.24
HexA28798011624142d3a
Octal2422072300216445021572
Binary1010001010000111100110000100011101001001010000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28798; }

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

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

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

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

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

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

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

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