#AF8796

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

Shades of Bouquet #AF8796

Tints of Bouquet #AF8796

Color information

#AF8796 (or 0xAF8796) is unknown color: approx Bouquet. HEX triplet: AF, 87 and 96. RGB value is (175,135,150). Sum of RGB (Red+Green+Blue) = 175+135+150=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8796 is #507869. Grayscale: #949494. Windows color (decimal): -5273706 or 9865135. OLE color: 9865135.

HSL color Cylindrical-coordinate representation of color #AF8796: hue angle of 337.5º 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 #AF8796 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175135150-
CMYK00.230.140.31
HSL337.5º20%60.78%-
HSV(B)337.5º22.86%68.63%-
XYZ31.8528.6432.7-
YUV148.67128.75146.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 150 (58.98% from 255) = 32.61%
R=38.04%
G=29.35%
B=32.61%

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
Decimal17513515000.230.140.31337.52060.78
HexAF8796017E1F152143d
Octal25720722602716375222475
Binary10101111100001111001011001011111101111110101001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8796; }

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

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

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

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

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

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

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

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