#A5838F

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

Shades of Bouquet #A5838F

Tints of Bouquet #A5838F

Color information

#A5838F (or 0xA5838F) is unknown color: approx Bouquet. HEX triplet: A5, 83 and 8F. RGB value is (165,131,143). Sum of RGB (Red+Green+Blue) = 165+131+143=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A5838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5838F is #5A7C70. Grayscale: #8E8E8E. Windows color (decimal): -5930097 or 9405349. OLE color: 9405349.

HSL color Cylindrical-coordinate representation of color #A5838F: hue angle of 338.82º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5838F is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB165131143-
CMYK00.210.130.35
HSL338.82º15.89%58.04%-
HSV(B)338.82º20.61%64.71%-
XYZ28.5926.2229.54-
YUV142.53128.26144.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=37.59%
G=29.84%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513114300.210.130.35338.8215.8958.04
HexA5838F015D23153103a
Octal24520321702515435232072
Binary101001011000001110001111010101110110001110101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5838F; }

 p { color: rgb(165,131,143); }

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

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

 a { background-color: rgb(165,131,143); }

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

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

 span { border-color: rgb(165,131,143); }

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