#AF7797

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

Shades of Bouquet #AF7797

Tints of Bouquet #AF7797

Color information

#AF7797 (or 0xAF7797) is unknown color: approx Bouquet. HEX triplet: AF, 77 and 97. RGB value is (175,119,151). Sum of RGB (Red+Green+Blue) = 175+119+151=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7797 is #508868. Grayscale: #8B8B8B. Windows color (decimal): -5277801 or 9926575. OLE color: 9926575.

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

Color convert

RGB175119151-
CMYK00.320.140.31
HSL325.71º25.93%57.65%-
HSV(B)325.71º32%68.63%-
XYZ29.8624.5432.44-
YUV139.39134.55153.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 151 (59.38% from 255) = 33.93%
R=39.33%
G=26.74%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511915100.320.140.31325.7125.9357.65
HexAF7797020E1F1461a3a
Octal25716722704016375063272
Binary10101111111011110010111010000011101111110100011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7797; }

 p { color: rgb(175,119,151); }

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

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

 a { background-color: rgb(175,119,151); }

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

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

 span { border-color: rgb(175,119,151); }

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