#AF8094

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

Shades of Bouquet #AF8094

Tints of Bouquet #AF8094

Color information

#AF8094 (or 0xAF8094) is unknown color: approx Bouquet. HEX triplet: AF, 80 and 94. RGB value is (175,128,148). Sum of RGB (Red+Green+Blue) = 175+128+148=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8094 is #507F6B. Grayscale: #909090. Windows color (decimal): -5275500 or 9732271. OLE color: 9732271.

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

Color convert

RGB175128148-
CMYK00.270.150.31
HSL334.47º22.71%59.41%-
HSV(B)334.47º26.86%68.63%-
XYZ30.7426.6931.55-
YUV144.33130.07149.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=38.80%
G=28.38%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512814800.270.150.31334.4722.7159.41
HexAF809401BF1F14e173b
Octal25720022403317375162773
Binary10101111100000001001010001101111111111110100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8094; }

 p { color: rgb(175,128,148); }

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

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

 a { background-color: rgb(175,128,148); }

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

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

 span { border-color: rgb(175,128,148); }

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