#A38698

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

Shades of Bouquet #A38698

Tints of Bouquet #A38698

Color information

#A38698 (or 0xA38698) is unknown color: approx Bouquet. HEX triplet: A3, 86 and 98. RGB value is (163,134,152). Sum of RGB (Red+Green+Blue) = 163+134+152=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A38698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38698 is #5C7967. Grayscale: #909090. Windows color (decimal): -6060392 or 9995939. OLE color: 9995939.

HSL color Cylindrical-coordinate representation of color #A38698: hue angle of 322.76º 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 #A38698 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB163134152-
CMYK00.180.070.36
HSL322.76º13.62%58.24%-
HSV(B)322.76º17.79%63.92%-
XYZ29.327.133.39-
YUV144.72132.11141.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=36.30%
G=29.84%
B=33.85%

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
Decimal16313415200.180.070.36322.7613.6258.24
HexA38698012724143e3a
Octal2432062300227445031672
Binary1010001110000110100110000100101111001001010000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38698; }

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

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

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

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

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

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

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

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