#AFB286

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

Shades of Bud #AFB286

Tints of Bud #AFB286

Color information

#AFB286 (or 0xAFB286) is unknown color: approx Bud. HEX triplet: AF, B2 and 86. RGB value is (175,178,134). Sum of RGB (Red+Green+Blue) = 175+178+134=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB286 is #504D79. Grayscale: #ACACAC. Windows color (decimal): -5262714 or 8827567. OLE color: 8827567.

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

Color convert

RGB175178134-
CMYK0.0200.250.30
HSL64.09º22.22%61.18%-
HSV(B)64.09º24.72%69.8%-
XYZ37.942.6828.79-
YUV172.09106.51130.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 178 (69.92% from 255) = 36.55%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=35.93%
G=36.55%
B=27.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781340.0200.250.3064.0922.2261.18
HexAFB28620191E40163d
Octal2572622062031361002675
Binary1010111110110010100001101001100111110100000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB286; }

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

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

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

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

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

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

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

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