#AE6796

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

Shades of Bouquet #AE6796

Tints of Bouquet #AE6796

Color information

#AE6796 (or 0xAE6796) is unknown color: approx Bouquet. HEX triplet: AE, 67 and 96. RGB value is (174,103,150). Sum of RGB (Red+Green+Blue) = 174+103+150=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6796 is #519869. Grayscale: #818181. Windows color (decimal): -5347434 or 9856942. OLE color: 9856942.

HSL color Cylindrical-coordinate representation of color #AE6796: hue angle of 320.28º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6796 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB174103150-
CMYK00.410.140.32
HSL320.28º30.47%54.31%-
HSV(B)320.28º40.8%68.24%-
XYZ27.8120.931.42-
YUV129.59139.52159.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=40.75%
G=24.12%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410315000.410.140.32320.2830.4754.31
HexAE6796029E201401e36
Octal25614722605116405003666
Binary101011101100111100101100101001111010000010100000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6796; }

 p { color: rgb(174,103,150); }

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

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

 a { background-color: rgb(174,103,150); }

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

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

 span { border-color: rgb(174,103,150); }

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