#A38795

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

Shades of Bouquet #A38795

Tints of Bouquet #A38795

Color information

#A38795 (or 0xA38795) is unknown color: approx Bouquet. HEX triplet: A3, 87 and 95. RGB value is (163,135,149). Sum of RGB (Red+Green+Blue) = 163+135+149=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A38795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38795 is #5C786A. Grayscale: #909090. Windows color (decimal): -6060139 or 9799587. OLE color: 9799587.

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

Color convert

RGB163135149-
CMYK00.170.090.36
HSL330º13.21%58.43%-
HSV(B)330º17.18%63.92%-
XYZ29.1927.2832.16-
YUV144.97130.28140.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=36.47%
G=30.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313514900.170.090.3633013.2158.43
HexA3879501192414ad3a
Octal24320722502111445121572
Binary10100011100001111001010101000110011001001010010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38795; }

 p { color: rgb(163,135,149); }

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

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

 a { background-color: rgb(163,135,149); }

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

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

 span { border-color: rgb(163,135,149); }

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