#A38598

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

Shades of Bouquet #A38598

Tints of Bouquet #A38598

Color information

#A38598 (or 0xA38598) is unknown color: approx Bouquet. HEX triplet: A3, 85 and 98. RGB value is (163,133,152). Sum of RGB (Red+Green+Blue) = 163+133+152=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A38598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38598 is #5C7A67. Grayscale: #909090. Windows color (decimal): -6060648 or 9995683. OLE color: 9995683.

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

Color convert

RGB163133152-
CMYK00.180.070.36
HSL322º14.02%58.04%-
HSV(B)322º18.4%63.92%-
XYZ29.1626.8333.35-
YUV144.14132.44141.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 152 (59.77% from 255) = 33.93%
R=36.38%
G=29.69%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313315200.180.070.3632214.0258.04
HexA38598012724142e3a
Octal2432052300227445021672
Binary1010001110000101100110000100101111001001010000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38598; }

 p { color: rgb(163,133,152); }

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

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

 a { background-color: rgb(163,133,152); }

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

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

 span { border-color: rgb(163,133,152); }

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