#AF8295

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

Shades of Bouquet #AF8295

Tints of Bouquet #AF8295

Color information

#AF8295 (or 0xAF8295) is unknown color: approx Bouquet. HEX triplet: AF, 82 and 95. RGB value is (175,130,149). Sum of RGB (Red+Green+Blue) = 175+130+149=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8295 is #507D6A. Grayscale: #919191. Windows color (decimal): -5274987 or 9798319. OLE color: 9798319.

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

Color convert

RGB175130149-
CMYK00.260.150.31
HSL334.67º21.95%59.8%-
HSV(B)334.67º25.71%68.63%-
XYZ31.0927.2532.05-
YUV145.62129.91148.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=38.55%
G=28.63%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513014900.260.150.31334.6721.9559.8
HexAF829501AF1F14f163c
Octal25720222503217375172674
Binary10101111100000101001010101101011111111110100111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8295; }

 p { color: rgb(175,130,149); }

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

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

 a { background-color: rgb(175,130,149); }

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

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

 span { border-color: rgb(175,130,149); }

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