#af7596

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

Shades of Bouquet #AF7596

Tints of Bouquet #AF7596

Color information

#AF7596 (or 0xAF7596) is unknown color: approx Bouquet. HEX triplet: AF, 75 and 96. RGB value is (175,117,150). Sum of RGB (Red+Green+Blue) = 175+117+150=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7596 is #508A69. Grayscale: #8A8A8A. Windows color (decimal): -5278314 or 9860527. OLE color: 9860527.

HSL color Cylindrical-coordinate representation of color #AF7596: hue angle of 325.86º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7596 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175117150-
CMYK00.330.140.31
HSL325.86º26.61%57.25%-
HSV(B)325.86º33.14%68.63%-
XYZ29.5524.0431.94-
YUV138.1134.72154.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 150 (58.98% from 255) = 33.94%
R=39.59%
G=26.47%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511715000.330.140.31325.8626.6157.25
HexAF7596021E1F1461b39
Octal25716522604116375063371
Binary10101111111010110010110010000111101111110100011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7596; }

 p { color: rgb(175,117,150); }

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

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

 a { background-color: rgb(175,117,150); }

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

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

 span { border-color: rgb(175,117,150); }

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