#A37B9A

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

Shades of Bouquet #A37B9A

Tints of Bouquet #A37B9A

Color information

#A37B9A (or 0xA37B9A) is unknown color: approx Bouquet. HEX triplet: A3, 7B and 9A. RGB value is (163,123,154). Sum of RGB (Red+Green+Blue) = 163+123+154=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37B9A is #5C8465. Grayscale: #8A8A8A. Windows color (decimal): -6063206 or 10124195. OLE color: 10124195.

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

Color convert

RGB163123154-
CMYK00.250.060.36
HSL313.5º17.86%56.08%-
HSV(B)313.5º24.54%63.92%-
XYZ28.0224.2933.78-
YUV138.49136.75145.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 154 (60.55% from 255) = 35%
R=37.05%
G=27.95%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312315400.250.060.36313.517.8656.08
HexA37B9A01962413a1238
Octal2431732320316444722270
Binary1010001111110111001101001100111010010010011101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37B9A; }

 p { color: rgb(163,123,154); }

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

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

 a { background-color: rgb(163,123,154); }

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

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

 span { border-color: rgb(163,123,154); }

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