#AF8696

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

Shades of Bouquet #AF8696

Tints of Bouquet #AF8696

Color information

#AF8696 (or 0xAF8696) is unknown color: approx Bouquet. HEX triplet: AF, 86 and 96. RGB value is (175,134,150). Sum of RGB (Red+Green+Blue) = 175+134+150=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8696 is #507969. Grayscale: #949494. Windows color (decimal): -5273962 or 9864879. OLE color: 9864879.

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

Color convert

RGB175134150-
CMYK00.230.140.31
HSL336.59º20.4%60.59%-
HSV(B)336.59º23.43%68.63%-
XYZ31.7128.3732.66-
YUV148.08129.08147.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=38.13%
G=29.19%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513415000.230.140.31336.5920.460.59
HexAF8696017E1F151143d
Octal25720622602716375212475
Binary10101111100001101001011001011111101111110101000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8696; }

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

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

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

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

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

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

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

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