#AB7796

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

Shades of Bouquet #AB7796

Tints of Bouquet #AB7796

Color information

#AB7796 (or 0xAB7796) is unknown color: approx Bouquet. HEX triplet: AB, 77 and 96. RGB value is (171,119,150). Sum of RGB (Red+Green+Blue) = 171+119+150=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7796 is #548869. Grayscale: #8A8A8A. Windows color (decimal): -5539946 or 9861035. OLE color: 9861035.

HSL color Cylindrical-coordinate representation of color #AB7796: hue angle of 324.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7796 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB171119150-
CMYK00.300.120.33
HSL324.23º23.64%56.86%-
HSV(B)324.23º30.41%67.06%-
XYZ28.924.0531.97-
YUV138.08134.73151.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=38.86%
G=27.05%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111915000.300.120.33324.2323.6456.86
HexAB779601EC211441839
Octal25316722603614415043071
Binary10101011111011110010110011110110010000110100010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7796; }

 p { color: rgb(171,119,150); }

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

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

 a { background-color: rgb(171,119,150); }

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

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

 span { border-color: rgb(171,119,150); }

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