#AFB296

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

Shades of Bud #AFB296

Tints of Bud #AFB296

Color information

#AFB296 (or 0xAFB296) is unknown color: approx Bud. HEX triplet: AF, B2 and 96. RGB value is (175,178,150). Sum of RGB (Red+Green+Blue) = 175+178+150=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB296 is #504D69. Grayscale: #AEAEAE. Windows color (decimal): -5262698 or 9876143. OLE color: 9876143.

HSL color Cylindrical-coordinate representation of color #AFB296: hue angle of 66.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB296 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB175178150-
CMYK0.0200.160.30
HSL66.43º15.38%64.31%-
HSV(B)66.43º15.73%69.8%-
XYZ39.143.1635.12-
YUV173.91114.51128.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=34.79%
G=35.39%
B=29.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781500.0200.160.3066.4315.3864.31
HexAFB29620101E42f40
Octal25726222620203610217100
Binary1010111110110010100101101001000011110100001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB296; }

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

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

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

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

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

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

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

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